Clear dock, keyboard stuff.

This commit is contained in:
2015-01-21 18:42:18 -08:00
parent ac996d6ad8
commit 7a9175137d
3 changed files with 13 additions and 1 deletions

View File

@@ -169,3 +169,8 @@ function socks_proxy {
echo "$@"
ssh -CND 9999 "$@"
}
function clear_dock {
defaults write com.apple.dock persistent-apps -array
}