diff options
| -rw-r--r-- | config/essentials/zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 2558ee2..925f30d 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -1,8 +1,9 @@ #!/bin/zsh +# Current projects export PATH="$PATH:$HOME/proj/metac/build" export PATH="$PATH:$HOME/proj/metac/misc" -export PATH="$PATH:$HOME/src/4coder" +export PATH="$PATH:$HOME/proj/hmlinux/build" if { [ "$TTY" = "/dev/tty1" ] || [ "$TTY" = "/dev/tty8" ]; } && [ "$(id -u)" -ne 0 ]; then eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents ssh,gpg)" |
