mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fix(fish): tmux functions
This commit is contained in:
parent
df295e831e
commit
d0bb58b0fa
3 changed files with 2 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
function tmux_sessionizer --description 'manage tmux sessions'
|
||||
tmux start-server
|
||||
|
||||
if test -z $argv
|
||||
if test -z $argv[1]
|
||||
set cmd "fish"
|
||||
else
|
||||
set cmd "$argv"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue