diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -136,6 +136,8 @@ if [[ `uname` = "Linux" ]]; then # from bind mounts. alias rm="rm -iv --one-file-system" + alias grep="grep --colour=auto" + alias chown="chown -v" alias chmod="chmod -v" alias ls="ls --classify --color=always" # Add all colours and @@ -148,8 +150,6 @@ fi # inactivity by default. alias encfs="encfs --idle=20" -alias grep="grep --colour=auto" - fpath=($fpath $HOME/.zsh/func) # Prompt theme. |