mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
fix(fish): change brew update abbr
This commit is contained in:
parent
b0ebf7868c
commit
3575b7e5e6
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ function tmux-vim
|
|||
tmux start-server
|
||||
|
||||
if not tmux has-session -t $session > /dev/null 2>&1
|
||||
tmux new-session -d -s $session -n 'nvim' 'nvim'
|
||||
tmux new-session -d -s $session -n 'nvim' "nvim $argv"
|
||||
end
|
||||
|
||||
tmux attach-session -t $session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue