You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expect smug start dotfiles -i to add four windows to current session. Instead, it adds ten -- two for each window in the session config. This behavior is consistent across all session config files. Was previously working, so this is a regression.
Describe the bug
When using the
-i
flag, it creates every window in a session twice.Smug config
Example session file with five windows:
Expected behavior
Expect
smug start dotfiles -i
to add four windows to current session. Instead, it adds ten -- two for each window in the session config. This behavior is consistent across all session config files. Was previously working, so this is a regression.Output of
cat ~/.config/smug/smug.log
Smug version
0.3.6
Switching back to 0.3.5 fixes the issue.
OS you're using
Mac OSX Sequoia 15.1.1
Initially installed via homebrew, but uninstalling and re-installing with
go install
did not fix issue.The text was updated successfully, but these errors were encountered: