7 lines
168 B
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
|