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