X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.config%2Fshell%2Fcommonrc;h=c364a63e159a54506c6d6bffca80dadf82239c34;hp=a5298873cafdd6fa343bdc4e03761ee510602885;hb=HEAD;hpb=0853ad49fc13e10925e855a735bc3122612c3dcb diff --git a/.config/shell/commonrc b/.config/shell/commonrc index a529887..c364a63 100644 --- a/.config/shell/commonrc +++ b/.config/shell/commonrc @@ -2,6 +2,8 @@ # alias alias ls='ls --color=auto' alias grep='grep --color=auto' +alias trree='tree -C' + 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'