diff --git a/nixos-config/home-manager.nix b/nixos-config/home-manager.nix index 82e3503f..73677d8e 100644 --- a/nixos-config/home-manager.nix +++ b/nixos-config/home-manager.nix @@ -69,7 +69,6 @@ set fish_greeting "Good Morning! Nice day for fishing ain't it! Hu ha!" set -l prompt_status (__fish_print_pipestatus "[" "]" "|" (set_color $fish_color_status) (set_color $bold_flag $fish_color_status) $last_pipestatus) echo -n -s (set_color $fish_color_user) "$USER" $normal (set_color $fish_color_separator) @ $normal (set_color $color_host) (prompt_hostname) $normal ' ' (set_color $color_cwd) (prompt_pwd) $normal (fish_vcs_prompt) $normal " "$prompt_status $suffix " " - end ''; }; };