diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-01-06 15:22:54 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-01-06 15:22:54 +0100 |
commit | c579cbd96735937a064c2d2e76b717474909f750 (patch) | |
tree | af12eeffe444ccee64eb20f710905e90fbfe1d12 /.zsh/zshrc | |
parent | e53265e484239fb5e6d9bf83ccb193f6208ac3a9 (diff) |
zshrc: use profile 'distanz' for ~/src on work account
Diffstat (limited to '.zsh/zshrc')
-rw-r--r-- | .zsh/zshrc/90_profiles | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh/zshrc/90_profiles b/.zsh/zshrc/90_profiles index 0c8a13f..268144e 100644 --- a/.zsh/zshrc/90_profiles +++ b/.zsh/zshrc/90_profiles @@ -15,6 +15,7 @@ CHPWD_PROFILE='default' zstyle ':chpwd:profiles:/home/tklauser/src(|/|/*)' profile distanz +zstyle ':chpwd:profiles:/home/tobiask/src(|/|/*)' profile distanz zstyle ':chpwd:profiles:*locomotor-primitives*' profile uzh zstyle ':chpwd:profiles:/home/tobiask/zi(|/|/*)' profile zhinst |