fixes
This commit is contained in:
@@ -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 &!
|
||||
|
Reference in New Issue
Block a user