aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 891b0d0..005b8b6 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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.