light and dark toggle commands
This commit is contained in:
2
.zshrc
2
.zshrc
@@ -32,11 +32,13 @@ precmd () { print -Pn "\e]0;%~\a" }
|
|||||||
|
|
||||||
alias cdg='. cdg'
|
alias cdg='. cdg'
|
||||||
alias coin='rlwrap coin' # by-setup-c0
|
alias coin='rlwrap coin' # by-setup-c0
|
||||||
|
alias dark='export LC_LIGHT_BG='
|
||||||
alias ed='ed -p:'
|
alias ed='ed -p:'
|
||||||
alias fuck='sudo $(history -p \!\!)'
|
alias fuck='sudo $(history -p \!\!)'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias hidden='ls -a | grep "^\..*"'
|
alias hidden='ls -a | grep "^\..*"'
|
||||||
alias killz='killall -9 '
|
alias killz='killall -9 '
|
||||||
|
alias light='export LC_LIGHT_BG=1'
|
||||||
alias m='ncmpcpp'
|
alias m='ncmpcpp'
|
||||||
alias math='rlwrap MathKernel'
|
alias math='rlwrap MathKernel'
|
||||||
alias ocaml='rlwrap ocaml'
|
alias ocaml='rlwrap ocaml'
|
||||||
|
|||||||
Reference in New Issue
Block a user