zsh: aliases.zsh: make cp interactive to prevent accidental overwriting of files
This commit is contained in:
parent
af35a13fd0
commit
57fa1af803
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ alias irc='ssh -t irc tmux attach'
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
alias grep='grep --binary-files=without-match -H -n --color=always'
|
alias grep='grep --binary-files=without-match -H -n --color=always'
|
||||||
alias less='less -r'
|
alias less='less -r'
|
||||||
|
alias cp='cp -i'
|
||||||
alias automake='{ while true; do inotifywait -r -e modify . && make; done; } &'
|
alias automake='{ while true; do inotifywait -r -e modify . && make; done; } &'
|
||||||
|
|
||||||
# ===== sp aliases
|
# ===== sp aliases
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue