Merge pull request #2735 from dpatou/fix-tree-aliases

Remove the 'tree' alias
This commit is contained in:
Shao Yu-Lung (Allen)
2020-12-17 16:50:11 +08:00
committed by GitHub

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