diff options
Diffstat (limited to 'config/essentials')
-rw-r--r-- | config/essentials/shell/functions.sh | 2 | ||||
-rw-r--r-- | config/essentials/zsh/.zshrc | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index 39c5e19..e348aa0 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -399,6 +399,6 @@ trclipo() category="$(printf "music\nanime\nmovies\nshows\nother\nsoftware\ngames\nisos\nbooks\n" | fzf)" [ "$category" ] || return 2 - transmission-remote debuc.com -a -w "/downloads/$choice" "$magnet" + transmission-remote autumn -a -w "/downloads/$choice" "$magnet" } diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 3937743..4a71a2e 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -1,7 +1,8 @@ #!/bin/zsh -PATH="$PATH:$HOME/proj/metac/build" -PATH="$PATH:$HOME/proj/metac/misc" +export PATH="$PATH:$HOME/proj/metac/build" +export PATH="$PATH:$HOME/proj/metac/misc" +export PATH="$PATH:$HOME/src/4coder" if { [ "$TTY" = "/dev/tty1" ] || [ "$TTY" = "/dev/tty8" ]; } && [ "$(id -u)" -ne 0 ]; then eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents ssh,gpg)" |