diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-06 22:37:18 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-06 22:37:18 +0200 |
commit | 3f4646fa852c612a97c2697f74e4455b8c364726 (patch) | |
tree | b8fe11241d957a1ca1b29ba6f8aebda3d32e9e07 /.config | |
parent | bsdlist update (diff) | |
download | dotfiles-bsd-3f4646fa852c612a97c2697f74e4455b8c364726.tar.gz dotfiles-bsd-3f4646fa852c612a97c2697f74e4455b8c364726.tar.bz2 dotfiles-bsd-3f4646fa852c612a97c2697f74e4455b8c364726.tar.xz dotfiles-bsd-3f4646fa852c612a97c2697f74e4455b8c364726.tar.zst dotfiles-bsd-3f4646fa852c612a97c2697f74e4455b8c364726.zip |
Alias update
Diffstat (limited to '')
-rw-r--r-- | .config/zsh/alias.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index b20a71a..0f3774f 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -44,7 +44,6 @@ alias \ grep='grep --color=always' \ rgrep='grep -R -n -H' \ vifm='TERM=xterm-256color vifm' \ - fetch='fetch' \ fsl='fossil' \ diff='colordiff' \ ctags='uctags "--exclude=.ccls*"' \ |