Compare commits
2 Commits
01e7f20b2e
...
67213c9372
Author | SHA1 | Date | |
---|---|---|---|
67213c9372 | |||
ff3f2dc833 |
@ -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" \
|
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"\
|
weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport"\
|
||||||
glog="git log --all --graph --decorate"\
|
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
|
# force config location
|
||||||
alias \
|
alias \
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#pgrep -x transmission-da || (transmission-daemon && notify-send "Starting transmission daemon..." && sleep 3 && pkill -RTMIN+12 dwmblocks)
|
#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
|
user=alex
|
||||||
password=$(pass show server/seenas/transmission)
|
password=$(pass show server/seenas/transmission)
|
||||||
transmission-remote $host -n $user:$password -a "$@" && notify-send "🔽 Torrent added."
|
transmission-remote $host -n $user:$password -a "$@" && notify-send "🔽 Torrent added."
|
||||||
|
Loading…
Reference in New Issue
Block a user