1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 13:29:24 +00:00

Change direnv icon and move special-dirs option to .zshrc

This commit is contained in:
2021-06-26 16:31:12 +02:00
parent 20209942f0
commit ef984d140e
3 changed files with 2 additions and 3 deletions

1
.zshrc
View File

@ -15,6 +15,7 @@ fi
export PATH=$PATH:~/bin
setopt clobber
zstyle ':completion:*' rehash true
zstyle ':completion:*' special-dirs true
export HISTFILE=~/.zsh_history
export HISTFILESIZE=100000