diff options
author | Amin Bandali <amin@aminb.org> | 2017-05-27 19:20:02 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-05-27 19:20:02 -0400 |
commit | d0ef45b98046da3440ba9db8b51fccbf19c05bdf (patch) | |
tree | 98bb90df21c59f10c85f64228f84bba7eadc27a8 | |
parent | 07deb6a0a0e8a80b69732a4546c29cabf7ba83e8 (diff) | |
download | configs-d0ef45b98046da3440ba9db8b51fccbf19c05bdf.tar.gz configs-d0ef45b98046da3440ba9db8b51fccbf19c05bdf.tar.xz configs-d0ef45b98046da3440ba9db8b51fccbf19c05bdf.zip |
some zsh alises
-rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,3 +24,8 @@ ZSH_HIGHLIGHT_PATTERNS+=('rm -rf *' 'fg=white,bold,bg=red') #ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red,bold' source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh + +# aliases +alias mpv="mpv --ytdl-format mp4" +alias mv="mv -iv" +alias cp="cp -iv" |