diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-24 15:52:26 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-24 15:52:26 +0200 |
commit | 78fb669d86035117d2a6ac861fe415892e922717 (patch) | |
tree | 8cc36666fbb47b38d5a83f14ed94a011c063dfba /.config/zsh/alias.zsh | |
parent | update (diff) | |
download | dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.gz dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.bz2 dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.xz dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.zst dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.zip |
update
Diffstat (limited to '.config/zsh/alias.zsh')
-rw-r--r-- | .config/zsh/alias.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 2bc7cef..4213115 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -44,6 +44,7 @@ alias \ rsync='rsync -v -h' \ grep='grep --color=always' \ rgrep='grep -R -n -H' \ + most='most -t4' \ fsl='fossil' \ diff='colordiff' \ ctags='uctags "--exclude=.ccls*"' \ |