From 672535fc61bd17be0a75a75fff5ed2f6245ab983 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 19 May 2018 21:13:01 +0200 Subject: Replace undotree with mundo Side note: vim configuration is now used to build neovim-qt in my user environment managed by home-manager. --- conf/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/fish.nix b/conf/fish.nix index c79e654..0ea7348 100644 --- a/conf/fish.nix +++ b/conf/fish.nix @@ -3,7 +3,7 @@ enable = true; shellInit = '' set fish_greeting "" - ''; + ''; interactiveShellInit = '' eval (dircolors -c ${./dir_colors}) @@ -17,7 +17,7 @@ set fish_color_quote brown set fish_color_autosuggestion 555 set fish_color_redirection white - ''; + ''; promptInit = '' function fish_prompt set last_status $status -- cgit v1.2.3