Reorganise bash files

This commit is contained in:
2021-03-23 17:33:12 +00:00
parent 8953f73b6d
commit d58e38cbc8
5 changed files with 65 additions and 54 deletions

View File

@@ -2,6 +2,7 @@
if [ $(uname) == "Darwin" ]; then
alias ls="ls -FG"
alias code="code-insiders"
alias flushdns="sudo dscacheutil -flushcache && sudo killall -HUP mDNSResponder"
else
alias ls="ls -F --color=auto"
fi