aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAlec Goncharow <Alec.Goncharow@gmail.com>2018-10-06 14:58:32 -0400
committerAlec Goncharow <Alec.Goncharow@gmail.com>2018-10-06 14:58:32 -0400
commitdc3939e1d6ade0b378837e4f6b427273d4a5c227 (patch)
treea11659c38b49faf50d8aabe19cca0ca7eccbb53e /.zshrc
parent131e2197f405307d1bc60e6d3888818506693437 (diff)
update
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'