From e10e3a76da334ae272018f6f8cb3635efc6d5f52 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 12 Oct 2024 17:44:22 +0100 Subject: [PATCH] Switch bash to vi mode --- nix/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/home.nix b/nix/home.nix index fdcc04bb..f18ef8cb 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -625,6 +625,7 @@ in }; initExtra = "set completion-ignore-case On"; bashrcExtra = '' + set -o vi export EDITOR="nvim"; export PS1="\n[\[\e[37m\]\u\[\e[0m\]@\[\e[37;2m\]\h\[\e[0m\]] \[\e[1m\]\w \[\e[0;2m\]J:\[\e[0m\]\j\n\$ ";