Override VCS_INFO_bydir_detect because of problems with NFS
This commit is contained in:
parent
615ff845fa
commit
b6f49344f3
2 changed files with 43 additions and 1 deletions
3
zshrc
3
zshrc
|
@ -12,13 +12,14 @@ setopt hist_ignore_space share_history
|
|||
#setopt hist_ignore_all_dups
|
||||
setopt no_auto_remove_slash auto_param_slash
|
||||
setopt completeinword
|
||||
setopt chase_links
|
||||
#setopt chase_links
|
||||
setopt short_loops
|
||||
setopt cdable_vars
|
||||
WORDCHARS=${WORDCHARS//\/}
|
||||
cdpath+=$HOME
|
||||
|
||||
export ZDOTDIR=${ZDOTDIR:-$HOME/.zsh}
|
||||
fpath=($ZDOTDIR/functions $fpath)
|
||||
|
||||
function exists { command -v "$@" >/dev/null }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue