diff --git a/dockutil-labels.sh b/dockutil-labels.sh index afd4d36..f2b3cd6 100644 --- a/dockutil-labels.sh +++ b/dockutil-labels.sh @@ -142,7 +142,12 @@ if [[ " $@ " =~ "mosyless" ]]; then APPPA="/Applications" DOCKPOS=2 fi - +# SYSTEM PREFERENCES +if [[ " $@ " =~ "systempreferences" ]]; then + APPNA="System Preferences" + APPPA="/Applications" + DOCKPOS=end +fi # ********************************************************************************************************************************