X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=.config%2Fshell%2Fcommonrc;h=c364a63e159a54506c6d6bffca80dadf82239c34;hb=HEAD;hp=a5298873cafdd6fa343bdc4e03761ee510602885;hpb=c3864f21c97f96577b2bfc3b4b1f492840fd850b;p=dotfiles.git 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'