Compare commits

...

2 Commits

Author SHA1 Message Date
67213c9372
move to bocken.org 2023-10-12 20:27:01 +02:00
ff3f2dc833
tremc skip version check alias 2023-10-12 18:26:37 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,8 @@ alias \
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport"\
glog="git log --all --graph --decorate"\
clog="config log --all --graph --decorate"
clog="config log --all --graph --decorate"\
tremc="tremc --skip-version-check"
# force config location
alias \

View File

@ -4,7 +4,7 @@
#pgrep -x transmission-da || (transmission-daemon && notify-send "Starting transmission daemon..." && sleep 3 && pkill -RTMIN+12 dwmblocks)
host=https://new.bocken.org:443/transmission
host=https://bocken.org/transmission
user=alex
password=$(pass show server/seenas/transmission)
transmission-remote $host -n $user:$password -a "$@" && notify-send "🔽 Torrent added."