mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref(fish): set is local by default
This commit is contained in:
parent
35e733418f
commit
c33a8aaea8
7 changed files with 15 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
function tmux_attach --description "attach to existing tmux sessions"
|
||||
set -f selected (tmux list-sessions -F "#{session_name}" | fzf)
|
||||
set selected (tmux list-sessions -F "#{session_name}" | fzf)
|
||||
|
||||
if [ -z $selected ]
|
||||
return 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue