update plugin management

This commit is contained in:
Erich Smith
2012-05-13 08:37:31 -04:00
parent 8051a8520e
commit 08e439c4f0
18 changed files with 198 additions and 167 deletions

View File

@@ -3,7 +3,7 @@ about-plugin 'osx-specific functions'
function tab() {
about 'opens a new terminal tab'
group osx
group 'osx'
osascript 2>/dev/null <<EOF
tell application "System Events"
@@ -22,7 +22,7 @@ function dock-switch() {
about 'switch dock between 2d and 3d'
param '1: "2d" or "3d"'
example '$ dock-switch 2d'
group osx
group 'osx'
if [ $(uname) = "Darwin" ]; then