From 7bec27eaf625d4353b7dec78934784af4ab23d70 Mon Sep 17 00:00:00 2001 From: Abra Date: Tue, 3 Jul 2018 00:03:10 +0400 Subject: [PATCH] fixes --- .zprezto/runcoms/zshrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.zprezto/runcoms/zshrc b/.zprezto/runcoms/zshrc index bf768ca..9f0dc0e 100644 --- a/.zprezto/runcoms/zshrc +++ b/.zprezto/runcoms/zshrc @@ -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 &!