diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-04-22 10:02:39 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-04-22 10:02:39 +0200 |
commit | 07c61562b4c9ba449e85508da71320f0e4fa3e09 (patch) | |
tree | c559dfb0b53f2c08e82c995ff0b38bd4a7762169 /config | |
parent | c822f6016fd9e457252b2f37dfa0be3cde9fefc3 (diff) |
checkpoint
Diffstat (limited to 'config')
-rw-r--r-- | config/essentials/shell/functions.sh | 2 | ||||
-rw-r--r-- | config/essentials/zsh/.zshrc | 5 | ||||
-rwxr-xr-x | config/home/.xprofile | 2 |
3 files changed, 5 insertions, 4 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)" diff --git a/config/home/.xprofile b/config/home/.xprofile index 23cbb0e..e2b9e6c 100755 --- a/config/home/.xprofile +++ b/config/home/.xprofile @@ -38,4 +38,4 @@ fi st -e "sh" "-c" "pgrep tmux && tmux a || tmux" & xset s off -dpms & -printf '%s\t%s' "$(date +%y_%m_%d-%T )" "$DISPLAY" >> ~/.x_displays.log & +saveself & |