diff options
-rw-r--r-- | tt.jump.ahk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tt.jump.ahk b/tt.jump.ahk index fba9f0d..8859b6a 100644 --- a/tt.jump.ahk +++ b/tt.jump.ahk @@ -1,13 +1,13 @@ ;; -> init JumpPaths := { s: env("Sync") - , w: env("Sync") "\Projekt\john.ankarstrom.se\htdocs" - , g: env("Sync") "\Projekt\git" - , u: env("UserProfile") - , e: env("UserProfile") "\Documents" - , d: env("UserProfile") "\Downloads" - , m: env("UserProfile") "\Music" - , p: env("UserProfile") "\Pictures" } + , w: env("Sync") "\Projekt\john.ankarstrom.se\htdocs" + , g: env("Sync") "\Projekt\git" + , u: env("UserProfile") + , e: env("UserProfile") "\Documents" + , d: env("UserProfile") "\Downloads" + , m: env("UserProfile") "\Music" + , p: env("UserProfile") "\Pictures" } ;; -> body |