mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(tmux, fish): tmux_home
This commit is contained in:
parent
c75c92254f
commit
b2c6b0ce6d
3 changed files with 34 additions and 0 deletions
|
|
@ -49,6 +49,12 @@ if status is-interactive
|
|||
|
||||
# tools
|
||||
starship init fish | source
|
||||
|
||||
# call tmux_home
|
||||
if [ -z $TMUX ]
|
||||
tmux attach-session -t "home"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
# iTerm2 intergration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue