X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.config%2Fshell%2Fcommonrc;fp=.config%2Fshell%2Fcommonrc;h=ef3845f668fdee44162d2adbce540409c98deaa7;hp=d0851daab9464cf09fef104d7fa7d001446163ba;hb=16ff07cf2c1fd43077b930bcdc926ae86abd935c;hpb=a798b1f596aa7c037f32f45371525331a3e773b2 diff --git a/.config/shell/commonrc b/.config/shell/commonrc index d0851da..ef3845f 100644 --- a/.config/shell/commonrc +++ b/.config/shell/commonrc @@ -2,6 +2,7 @@ # alias alias ls='ls --color=auto' alias grep='grep --color=auto' +alias cp='cp -i' alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' alias suckless-clean='make clean && rm -rf config.h && git reset --hard home/master' alias musicdl="youtube-dl -f bestaudio"