Override VCS_INFO_bydir_detect because of problems with NFS

This commit is contained in:
crater2150 2023-03-02 16:21:35 +01:00
parent 615ff845fa
commit b6f49344f3
2 changed files with 43 additions and 1 deletions

3
zshrc
View file

@ -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 }