mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
fix(fish): export last session envvar
This commit is contained in:
parent
f6b439746b
commit
38d23474e5
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ if [ -z $selected ]
|
|||
return 0
|
||||
end
|
||||
|
||||
set -U TMUX_LAST (tmux display-message -p '#S')
|
||||
set -Ux TMUX_LAST (tmux display-message -p '#S')
|
||||
|
||||
if [ -z $TMUX ]
|
||||
tmux attach-session -t $selected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue