removed redshift config

This commit is contained in:
Phuntsok Drak-pa
2019-10-21 03:12:52 +02:00
parent 7ef50a9159
commit 0f3a5ac587
2 changed files with 1 additions and 45 deletions

View File

@@ -20,6 +20,7 @@ end
set -gx PATH $HOME/go/bin $HOME/.cargo/bin $HOME/.local/bin $HOME/.gem/ruby/2.6.0/bin $PATH
set -gx PKG_CONFIG_PATH /usr/local/lib/pkgconfig/ $PKG_CONFIG_PATH
set -gx SUDO_ASKPASS ~/.local/bin/askpass
set -gx EDITOR emacsclient -c -nw
abbr S 'sudo systemctl'
abbr cdebug 'cmake -DCMAKE_BUILD_TYPE=Debug'