diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-09-24 10:44:32 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-09-24 10:44:32 +0200 |
commit | 8431852cbed2e736e9c6a5561e822c160a118a0d (patch) | |
tree | dc6b1bf24efc5b6f9cf36077e1f02b52b91fea67 /.zsh/zshrc/90_profiles | |
parent | f191c98c779a3f24d940e06625a750b5c4f2c9e4 (diff) |
zhsrc: Typo fix in profile path
Diffstat (limited to '.zsh/zshrc/90_profiles')
-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 99bdb82..0c8a13f 100644 --- a/.zsh/zshrc/90_profiles +++ b/.zsh/zshrc/90_profiles @@ -16,7 +16,7 @@ CHPWD_PROFILE='default' zstyle ':chpwd:profiles:/home/tklauser/src(|/|/*)' profile distanz zstyle ':chpwd:profiles:*locomotor-primitives*' profile uzh -zstyle ':chpwd:profiles:/home/tobiask/zi/(|/|/*)' profile zhinst +zstyle ':chpwd:profiles:/home/tobiask/zi(|/|/*)' profile zhinst chpwd_profile_distanz() { |