Add terminal-colors
parent
038bfbf25a
commit
d4442623ce
|
@ -180,6 +180,7 @@
|
||||||
top = "${pkgs.bottom}/bin/btm";
|
top = "${pkgs.bottom}/bin/btm";
|
||||||
htop = "${pkgs.bottom}/bin/btm";
|
htop = "${pkgs.bottom}/bin/btm";
|
||||||
tb = "toggle-background";
|
tb = "toggle-background";
|
||||||
|
colortest = "${pkgs.terminal-colors}/bin/terminal-colors -o";
|
||||||
} // lib.optionalAttrs pkgs.stdenv.isDarwin {
|
} // lib.optionalAttrs pkgs.stdenv.isDarwin {
|
||||||
sb = "set-background-to-macOS";
|
sb = "set-background-to-macOS";
|
||||||
conda-init = "eval /opt/homebrew/bin/conda 'shell.fish' 'hook' $argv | source";
|
conda-init = "eval /opt/homebrew/bin/conda 'shell.fish' 'hook' $argv | source";
|
||||||
|
|
|
@ -73,6 +73,9 @@
|
||||||
pv
|
pv
|
||||||
# command line file encryption
|
# command line file encryption
|
||||||
rage
|
rage
|
||||||
|
# terminal color support testing
|
||||||
|
terminal-colors
|
||||||
|
# automatic command line fixes
|
||||||
thefuck
|
thefuck
|
||||||
# extract RAR archives
|
# extract RAR archives
|
||||||
unrar
|
unrar
|
||||||
|
|
Loading…
Reference in New Issue