-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaliases.osx
More file actions
9 lines (8 loc) · 744 Bytes
/
aliases.osx
File metadata and controls
9 lines (8 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
# OSX-Only Aliases
# Remove DS_Store files recursively
alias cleanup="find . -type f -name '*.DS_Store' -ls -delete"
alias lscleanup="/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user && killall Finder"
alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl; sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'delete from LSQuarantineEvent'"
alias mergepdf='/System/Library/Automator/Combine\ PDF\ Pages.action/Contents/Resources/join.py'
alias ssh='TERM=xterm-256color ssh'
alias chrome='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome'