diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-09-24 10:42:48 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-09-24 10:42:48 +0200 |
commit | f191c98c779a3f24d940e06625a750b5c4f2c9e4 (patch) | |
tree | 9563a7fb99f39ca25a4f4a95e467c20046e83262 /.zsh/zshrc | |
parent | a6c1beeee17dbc23a44da584aebb003e0988325f (diff) |
zshrc: Update paths for profiles
Diffstat (limited to '.zsh/zshrc')
-rw-r--r-- | .zsh/zshrc/90_profiles | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.zsh/zshrc/90_profiles b/.zsh/zshrc/90_profiles index 6086735..99bdb82 100644 --- a/.zsh/zshrc/90_profiles +++ b/.zsh/zshrc/90_profiles @@ -14,10 +14,9 @@ CHPWD_PROFILE='default' -zstyle ':chpwd:profiles:/home/tklauser/src/nios2-linux(|/|/*)' profile distanz -zstyle ':chpwd:profiles:/home/tklauser/src/linux-2.6(|/|/*)' profile distanz -zstyle ':chpwd:profiles:*locomotor-primitives*' profile uzh -zstyle ':chpwd:profiles:/home/tobiask/zi/etzel(|/|/*)' profile zhinst +zstyle ':chpwd:profiles:/home/tklauser/src(|/|/*)' profile distanz +zstyle ':chpwd:profiles:*locomotor-primitives*' profile uzh +zstyle ':chpwd:profiles:/home/tobiask/zi/(|/|/*)' profile zhinst chpwd_profile_distanz() { |