mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-03 18:58:24 +00:00
Fish: tmux session specifics
This commit is contained in:
parent
9ce465870a
commit
ad3c12e83a
|
@ -1,4 +1,4 @@
|
|||
# Defined in /tmp/fish.InZHQ7/podsync.fish @ line 2
|
||||
# Defined in /tmp/fish.Y6YBXL/podsync.fish @ line 2
|
||||
function podsync
|
||||
tmux new-session -d "command podsync -c $D/Videos/YouTube/config.toml"
|
||||
tmux new -s 1 -d "command podsync -c $D/Videos/YouTube/config.toml"
|
||||
end
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Defined in /tmp/fish.dHrfIi/timer.fish @ line 2
|
||||
# Defined in /tmp/fish.E3u1iE/timer.fish @ line 2
|
||||
function timer
|
||||
tmux new-session -d 'while true
|
||||
tmux new -s 0 -d 'while true
|
||||
countdown 20m
|
||||
notify-send Time
|
||||
zenity --info --text=Time & mpv ~/Music/.break
|
||||
|
|
Loading…
Reference in a new issue