diff options
author | Adrian Kummerlaender | 2018-05-19 21:13:01 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2018-05-19 21:13:01 +0200 |
commit | 672535fc61bd17be0a75a75fff5ed2f6245ab983 (patch) | |
tree | 664e1453179c99daead73446b6c5e82d501d6689 /conf | |
parent | da32211e2be61f9d9818dfc03f510d847fab1c69 (diff) | |
download | nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar.gz nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar.bz2 nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar.lz nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar.xz nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar.zst nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.zip |
Replace undotree with mundo
Side note: vim configuration is now used to build neovim-qt in my user
environment managed by home-manager.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/fish.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 |