diff options
-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 |