From 835385b8507f8ceeb8fa62d34c05b079f984248c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 16 Apr 2021 14:23:41 -0400 Subject: Revert "use an angle bracket instead of bash redirect char in prompt" This reverts commit 743b839c22db59805cece7370ab17e57eac25604. I don't like this weird bracket. --- lib/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.nix b/lib/common.nix index 60670d8..70995f9 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -272,7 +272,7 @@ in gawk 'match($0,/'$1'/, ary) {print ary['\$\{2:-'0'}']}'; } - export PS1='\n$(printf "%3.*s" $r $r)〉 ' + export PS1='\n$(printf "%3.*s" $r $r)> ' # kill a process with fzf fkill() { -- cgit v1.2.3