Misterio77 / nix-colors

Modules and schemes to make theming with Nix awesome.
GNU General Public License v3.0
465 stars 38 forks source link

kitty spams "-ne" onto the terminal after starting a new fish instance which sets shell theme on shell start. #33

Open blakat360 opened 1 year ago

blakat360 commented 1 year ago

relevant home manager section:

fish.interactiveShellInit = {
  fish_vi_key_bindings
  sh ${nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; }}
};

Removing sh ${nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; }} fixes the issue.

blakat360 commented 1 year ago

The "-ne" behaviour is present in kitty, and iTerm.

It does not appear on linux in neither kitty nor st.

Misterio77 commented 1 year ago

Hello!

Does this only happen on MacOS? If so, I sadly won't be able to debug it; but let me know your findings so that we can try and fix this!