projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
07deb6a
)
some zsh alises
author
Amin Bandali
<amin@aminb.org>
Sat, 27 May 2017 23:20:02 +0000
(19:20 -0400)
committer
Amin Bandali
<amin@aminb.org>
Sat, 27 May 2017 23:20:02 +0000
(19:20 -0400)
zsh/.zshrc
patch
|
blob
|
blame
|
history
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index
635bffb
..
6c7e099
100644
(file)
--- 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
#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"