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
commit ffc8d85406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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