fix if test for tmux
This commit is contained in:
parent
021476d20d
commit
cba421d105
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@
|
|||
(list
|
||||
"eval \"$(direnv hook bash)\""
|
||||
"eval \"$(atuin init bash)\""
|
||||
"if \"$ALACRITTY_WINDOW_ID\" != \"\"; then tmux; fi"
|
||||
"if [[ \"$ALACRITTY_WINDOW_ID\" != \"\" ]]; then tmux; fi"
|
||||
)))))))
|
||||
(simple-service 'variant-packages-service
|
||||
home-channels-service-type
|
||||
|
|
Loading…
Add table
Reference in a new issue