diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2012-11-23 10:16:11 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2012-11-23 10:16:11 +0100 |
commit | 2f5fb91aed51a13f6a145600505085780c92ddb7 (patch) | |
tree | cf19b99d70fc3be51025020a6a3df4634ccf01ff | |
parent | 0cf344d8378c94a5a2badc0a135d9d7883adced8 (diff) |
Profile for hd_over_ip
-rw-r--r-- | .zsh/zshenv/01_path | 2 | ||||
-rw-r--r-- | .zsh/zshrc/90_profiles | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/.zsh/zshenv/01_path b/.zsh/zshenv/01_path index ebe1044..86049af 100644 --- a/.zsh/zshenv/01_path +++ b/.zsh/zshenv/01_path @@ -34,7 +34,7 @@ path_append() # add the paths here path_prepend $HOME/bin -path_append /opt/nios2-new/bin +#path_append /opt/nios2-new/bin path_append /opt/nios2/bin path_append /opt/nios2mmu/x86-linux2/bin path_prepend /opt/codesourcery/nios2-4.1-211/bin diff --git a/.zsh/zshrc/90_profiles b/.zsh/zshrc/90_profiles index b52328b..3e3354d 100644 --- a/.zsh/zshrc/90_profiles +++ b/.zsh/zshrc/90_profiles @@ -14,10 +14,11 @@ 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:/home/tklauser/projects/ines(|/|/*)' profile zhaw -zstyle ':chpwd:profiles:/home/tklauser/projects/sinet(|/|/*)' 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 +zstyle ':chpwd:profiles:/home/tklauser/projects/hd_over_ip(|/|/*)' profile zhaw chpwd_profile_zhaw() { |