[F] Fix ls on macOS

This commit is contained in:
Hykilpikonna
2021-09-16 23:29:22 -04:00
parent 4486a65bfc
commit f4ea1bd338
+1
View File
@@ -1,5 +1,6 @@
# Mac-only commands # Mac-only commands
if [[ $OSTYPE == 'darwin'* ]]; then if [[ $OSTYPE == 'darwin'* ]]; then
alias ls='ls -h'
alias ports="netstat -ap tcp | grep -i \"listen\"" alias ports="netstat -ap tcp | grep -i \"listen\""
alias trash="rmtrash" alias trash="rmtrash"
alias checkrain="/Applications/checkra1n.app/Contents/MacOS/checkra1n" alias checkrain="/Applications/checkra1n.app/Contents/MacOS/checkra1n"