summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2017-05-27 19:20:02 -0400
committerAmin Bandali <amin@aminb.org>2017-05-27 19:20:02 -0400
commitd0ef45b98046da3440ba9db8b51fccbf19c05bdf (patch)
tree98bb90df21c59f10c85f64228f84bba7eadc27a8
parent07deb6a0a0e8a80b69732a4546c29cabf7ba83e8 (diff)
downloadconfigs-d0ef45b98046da3440ba9db8b51fccbf19c05bdf.tar.gz
configs-d0ef45b98046da3440ba9db8b51fccbf19c05bdf.tar.xz
configs-d0ef45b98046da3440ba9db8b51fccbf19c05bdf.zip
some zsh alises
Diffstat (limited to '')
-rw-r--r--zsh/.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 635bffb..6c7e099 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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"