diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-06-01 08:19:36 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2017-06-01 08:19:36 +0200 |
commit | 89c806fd09c632b672fa0291fb995cca6859dea0 (patch) | |
tree | 4323ded7814bc61dd8606f07bb535c954b0c2a1b /.zsh/zshrc | |
parent | 2094ad6a0410b2e19a062fa8f17493a316468fe9 (diff) |
zshrc/90_profiles: add profile for $HOME/go
Diffstat (limited to '.zsh/zshrc')
-rw-r--r-- | .zsh/zshrc/90_profiles | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.zsh/zshrc/90_profiles b/.zsh/zshrc/90_profiles index 268144e..53a608d 100644 --- a/.zsh/zshrc/90_profiles +++ b/.zsh/zshrc/90_profiles @@ -6,7 +6,7 @@ # # chpwd_profiles taken from grml zshrc # -# Copyright © 2010-2015 Tobias Klauser <tklauser@distanz.ch> +# Copyright © 2010-2017 Tobias Klauser <tklauser@distanz.ch> # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git @@ -14,6 +14,8 @@ CHPWD_PROFILE='default' +zstyle ':chpwd:profiles:/home/tklauser/go(|/|/*)' profile distanz +zstyle ':chpwd:profiles:/home/tobiask/go(|/|/*)' profile distanz zstyle ':chpwd:profiles:/home/tklauser/src(|/|/*)' profile distanz zstyle ':chpwd:profiles:/home/tobiask/src(|/|/*)' profile distanz zstyle ':chpwd:profiles:*locomotor-primitives*' profile uzh |