From 198ecd282d0a6ffe3a818e1e79e1b89d062435e8 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Sun, 26 Feb 2017 16:52:01 -0500 Subject: [PATCH] light and dark toggle commands --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 5be373e..7c3551e 100644 --- a/.zshrc +++ b/.zshrc @@ -32,11 +32,13 @@ precmd () { print -Pn "\e]0;%~\a" } alias cdg='. cdg' alias coin='rlwrap coin' # by-setup-c0 +alias dark='export LC_LIGHT_BG=' alias ed='ed -p:' alias fuck='sudo $(history -p \!\!)' alias grep='grep --color=auto' alias hidden='ls -a | grep "^\..*"' alias killz='killall -9 ' +alias light='export LC_LIGHT_BG=1' alias m='ncmpcpp' alias math='rlwrap MathKernel' alias ocaml='rlwrap ocaml'