fish: Alias 'cp=cp -i' and 'mv=mv -i'

master
Pierre Neidhardt 2017-05-07 15:54:06 +05:30
parent 531f52fd69
commit 39e9c93c39
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ function mkcd -a folder -d 'Make directory and change into it.'
end
alias cal 'cal -m'
alias cp 'cp -i'
alias mv 'mv -i'
if type -pq pacman
source $fish_config_path/pacman.fish