aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc12
1 files changed, 9 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 83af719..b712564 100644
--- a/.zshrc
+++ b/.zshrc
@@ -4,10 +4,10 @@ source /usr/share/zsh/share/antigen.zsh
# antigen use oh-my-zsh
# Bundles from the default repo.
-# antigen bundle git
+antigen bundle git
# antigen bundle refined
-# antigen bundle command-not-found
-# antigen bundle vi-mode
+antigen bundle command-not-found
+antigen bundle vi-mode
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
@@ -21,3 +21,9 @@ antigen apply
################################################
bindkey -v
+
+
+alias ls="ls --color=auto"
+alias dir="dir --color=auto"
+alias grep="grep --color=auto"
+alias dmesg='dmesg --color'