This commit is contained in:
2018-07-03 00:03:10 +04:00
parent 6a58bf1a67
commit 7bec27eaf6

View File

@@ -14,7 +14,7 @@ setopt AUTO_NAME_DIRS
setopt GLOB_COMPLETE
# use magic (this is default, but it can't hurt!)
setopt ZLE
setopt NO_HUP
# setopt NO_HUP
# setopt IGNORE_EOF
# If I could disable Ctrl-s completely I would!
setopt NO_FLOW_CONTROL
@@ -54,11 +54,12 @@ bindkey "\eOF" end-of-line
. ~/.zalias
# ----------------------------------- END ALIASES --------------------------------------------------
# export EDITOR=/usr/bin/vim
export PATH="$HOME/bin/":$PATH
if is_local; then
export PATH="$HOME/brew/sbin":"$HOME/brew/bin":$PATH
export DYLD_LIBRARY_PATH="/Developer/NVIDIA/CUDA-8.0/lib:/usr/local/cuda/lib"
fi
# update, background+disown
.g pull &!