From d7ae1b70d3d52b3432e3b927ee99af6ef246f87f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 21 Oct 2017 00:03:56 +0200 Subject: fix(dotfiles): Overwrite default NixOS fish config NixOS by default adds some fish-config setup that I don't think I want, but it's a bit unclear what the goal of it is. I've overwritten it now and things still work fine! --- dotfiles/config.fish | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/config.fish b/dotfiles/config.fish index 55809a2ab6..a6c611f705 100644 --- a/dotfiles/config.fish +++ b/dotfiles/config.fish @@ -1,10 +1,6 @@ # Configure classic prompt set fish_color_user --bold blue set fish_color_cwd --bold white -#set __fish_git_prompt_color green -set __fish_git_prompt_showcolorhints yes -set __fish_git_prompt_color_prefix purple -set __fish_git_prompt_color_suffix purple # Fish configuration set fish_greeting "" -- cgit 1.4.1