diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-01-02 19:43:31 +0100 |
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-01-02 19:43:31 +0100 |
| commit | 58a44ff4e6e303fef47ea3c0ca719f22c75f693e (patch) | |
| tree | 1ce26987b7920f131274dcd72ee2e7617b4d36ec /.config/zsh | |
| parent | back to caco (diff) | |
| download | dotfiles-bsd-58a44ff4e6e303fef47ea3c0ca719f22c75f693e.tar.gz dotfiles-bsd-58a44ff4e6e303fef47ea3c0ca719f22c75f693e.tar.bz2 dotfiles-bsd-58a44ff4e6e303fef47ea3c0ca719f22c75f693e.tar.xz dotfiles-bsd-58a44ff4e6e303fef47ea3c0ca719f22c75f693e.tar.zst dotfiles-bsd-58a44ff4e6e303fef47ea3c0ca719f22c75f693e.zip | |
Update
Diffstat (limited to '')
| -rw-r--r-- | .config/zsh/alias.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index c98c279..2f53f8f 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -37,8 +37,9 @@ alias rmdir='rmdir -v' alias chmod='chmod -v' alias chown='chown -v' alias mount='mount -v' -alias grep='grep --color' +alias grep='grep --color=always' alias rgrep='grep -R -n -H' +alias vifm='vifm' alias rsync='rsync -v -h -P' alias fsl='fossil' alias diff='colordiff' |
