remove the 'tree' alias

This commit is contained in:
Damien PATOU 2020-10-07 16:28:36 +02:00
parent 89c9cfe099
commit 191729fb32

View File

@ -87,7 +87,6 @@ alias npm-global="npm list -g --depth 0"
alias ra="reload"
alias reload="source ~/.aliases && echo \"$COL_GREEN ==> Aliases Reloaded... $COL_RESET \n \""
alias run="npm run"
alias tree="xtree"
# Xvfb
alias xvfb="Xvfb -ac :0 -screen 0 1024x768x16 &"