[+] Enable ls coloring for mac

This commit is contained in:
Hykilpikonna
2021-09-27 23:56:51 -04:00
committed by GitHub
parent 88a669c30a
commit 794ea059c1
+1 -1
View File
@@ -1,6 +1,6 @@
# Mac-only commands
if [[ $OSTYPE == 'darwin'* ]]; then
alias ls='ls -h'
alias ls='ls -hG'
alias ports="netstat -ap tcp | grep -i \"listen\""
alias trash="rmtrash"
alias checkrain="/Applications/checkra1n.app/Contents/MacOS/checkra1n"