-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Paul Wisl edited this page Jul 3, 2023
·
2 revisions
code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}
#open /Applications/IntelliJ\ IDEA.app/
idea () { open -n /Applications/IntelliJ\ IDEA.app/ --args $* ;}
#alias ll='ls -l'
alias ll='exa -l --time-style=long-iso --group-directories-first'