From e68cb39f71dbb7205aef075b7106f04bdd2a74ff Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 14 Oct 2021 16:16:54 -0400 Subject: Cooler bash prompt --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.nix b/lib/common.nix index 2f70cc6..461ac92 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -308,7 +308,7 @@ in gawk 'match($0,/'$1'/, ary) {print ary['\$\{2:-'0'}']}'; } - export PS1='\n$(printf "%3.*s" $r $r)> ' + export PS1='$(printf "%3.*s" $r $r)ϟ ' # kill a process with fzf fkill() { -- cgit v1.2.3