diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-17 17:09:34 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-17 17:09:34 +0200 |
commit | 8882fda819be702331dbd6f14f27721d18dfd5e6 (patch) | |
tree | 0003cddb99365f48e6d9ce31ac392b7270ca6571 /.config | |
parent | Added evil-vimish-fold to Emacs (diff) | |
download | dotfiles-bsd-8882fda819be702331dbd6f14f27721d18dfd5e6.tar.gz dotfiles-bsd-8882fda819be702331dbd6f14f27721d18dfd5e6.tar.bz2 dotfiles-bsd-8882fda819be702331dbd6f14f27721d18dfd5e6.tar.xz dotfiles-bsd-8882fda819be702331dbd6f14f27721d18dfd5e6.tar.zst dotfiles-bsd-8882fda819be702331dbd6f14f27721d18dfd5e6.zip |
New zsh aliases, new Emacs functions for streaming
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 4da1159..3cf8e99 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -13,6 +13,8 @@ alias rm='rm -v' alias ln='ln -v' alias mkdir='mkdir -v' alias rmdir='rmdir -v' +alias chmod='chmod -v' +alias chown='chown -v' alias grep='grep --color' alias tree='tree -C' alias ccache='/usr/local/bin/ccache' |