diff --git a/home/default.nix b/home/default.nix index 4e6aa286..28ead71e 100644 --- a/home/default.nix +++ b/home/default.nix @@ -33,10 +33,7 @@ programs = { bash.enable = true; nushell.enable = true; - fish = { - enable = true; - interactiveShellInit = "enable_transience"; - }; + fish.enable = true; zsh.initExtra = '' xdg-query-program () { FILETYPE=$(xdg-mime query filetype $@) @@ -161,12 +158,13 @@ enableBashIntegration = true; enableFishIntegration = true; enableNushellIntegration = true; + enableTransience = true; settings = { command_timeout = 1000; add_newline = true; character = { - success_symbol = "[➜](bold green)"; - error_symbol = "[✗](bold red)"; + success_symbol = "[❯](bold green)"; + error_symbol = "[❯](bold red)"; }; directory = { truncation_length = 2;