dotfiles/.config/fish/functions/rtorrent.fish

7 lines
168 B
Fish

# Defined in - @ line 0
function rtorrent --description 'alias rtorrent tmux -L rt attach -t rt'
stty stop undef
stty start undef
tmux -L rt attach -t rt $argv;
end