diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2011-09-22 10:32:21 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2011-09-22 10:32:21 +0200 |
commit | 0aa887e466448fae959d0eb97e224e321f9e9f08 (patch) | |
tree | a8495a7a444abb6de30a954e651b0784a889ecbe /.zsh/zshrc | |
parent | 10a8411e46a9d32c36f84599abfc18f19bd12d9a (diff) |
Use distanz profile for nios2-linux
Diffstat (limited to '.zsh/zshrc')
-rw-r--r-- | .zsh/zshrc/90_profiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc/90_profiles b/.zsh/zshrc/90_profiles index 888c79a..b52328b 100644 --- a/.zsh/zshrc/90_profiles +++ b/.zsh/zshrc/90_profiles @@ -14,7 +14,7 @@ CHPWD_PROFILE='default' -zstyle ':chpwd:profiles:/home/tklauser/src/nios2-linux(|/|/*)' profile zhaw +zstyle ':chpwd:profiles:/home/tklauser/src/nios2-linux(|/|/*)' profile distanz zstyle ':chpwd:profiles:/home/tklauser/src/linux-2.6(|/|/*)' profile distanz zstyle ':chpwd:profiles:/home/tklauser/projects/ines(|/|/*)' profile zhaw zstyle ':chpwd:profiles:/home/tklauser/projects/sinet(|/|/*)' profile zhaw |