[F] Fix ls on macOS

This commit is contained in:
Hykilpikonna
2021-09-16 23:29:22 -04:00
parent 4486a65bfc
commit f4ea1bd338
+2 -1
View File
@@ -1,10 +1,11 @@
# Mac-only commands
if [[ $OSTYPE == 'darwin'* ]]; then
alias ls='ls -h'
alias ports="netstat -ap tcp | grep -i \"listen\""
alias trash="rmtrash"
alias checkrain="/Applications/checkra1n.app/Contents/MacOS/checkra1n"
alias obs="open -n -a OBS.app"
# Java
export JDK8="/usr/local/opt/openjdk@8/libexec/openjdk.jdk/Contents/Home"
export JDK11="/usr/local/opt/openjdk@11/libexec/openjdk.jdk/Contents/Home"