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" when setting the shell theme in fish #32

Closed blakat360 closed 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

duplicate