diff options
| author | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-10-06 14:58:32 -0400 |
|---|---|---|
| committer | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-10-06 14:58:32 -0400 |
| commit | dc3939e1d6ade0b378837e4f6b427273d4a5c227 (patch) | |
| tree | a11659c38b49faf50d8aabe19cca0ca7eccbb53e | |
| parent | 131e2197f405307d1bc60e6d3888818506693437 (diff) | |
update
| -rw-r--r-- | .zshrc | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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' |
