From 8da668174826738f43807e556dfdfde91aeee15d Mon Sep 17 00:00:00 2001 From: Abra Date: Thu, 20 Oct 2016 00:09:38 +0400 Subject: [PATCH] some stuff --- .zprezto/runcoms/zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zprezto/runcoms/zshrc b/.zprezto/runcoms/zshrc index 8281433..b046c3c 100644 --- a/.zprezto/runcoms/zshrc +++ b/.zprezto/runcoms/zshrc @@ -64,6 +64,7 @@ alias ma="git5 mail -m" alias push="git5 submit -xy" # alias push="git submit -xy" alias dc="a && c \"dummy comment\"" +alias dcp="dc && git push" alias zshconfig="subl ~/.zshrc" alias zshreload="exec zsh" @@ -112,13 +113,12 @@ function make_user() { chown $1:nogroup -R /home/$1/ } -fucntion hihi() { - cd a -} +alias dus="du -hd1 | gsort -h" # ----------------------------------- END ALIASES -------------------------------------------------- export EDITOR=/usr/bin/vim export PATH=$PATH:$HOME/bin:$HOME/brew/bin +export DYLD_LIBRARY_PATH="/Developer/NVIDIA/CUDA-7.5/lib:/usr/local/cuda/lib" # added by travis gem [ -f /Users/abra/.travis/travis.sh ] && source /Users/abra/.travis/travis.sh