mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
fix: various small fixes
This commit is contained in:
parent
8b649160fc
commit
98b959b0ff
4 changed files with 6 additions and 13 deletions
|
|
@ -6,7 +6,7 @@ function tmux_attach
|
|||
set cmd "$argv"
|
||||
end
|
||||
|
||||
set -f choice (tmux list-sessions -F "#{session_name}" | fzf --query "$PWD")
|
||||
set -f choice (tmux list-sessions -F "#{session_name}" | fzf --query "$PWD ")
|
||||
switch $choice
|
||||
case ""
|
||||
if not read -l -P "Name your session: " name > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue