Browse Source

remove the 'tree' alias

Damien PATOU 4 years ago
parent
commit
191729fb32
1 changed files with 0 additions and 1 deletions
  1. 0 1
      workspace/aliases.sh

+ 0 - 1
workspace/aliases.sh

@@ -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 &"