diff options
author | Ben Sima <ben@bsima.me> | 2021-04-16 14:23:41 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-18 15:17:10 -0400 |
commit | 835385b8507f8ceeb8fa62d34c05b079f984248c (patch) | |
tree | 0d1640f8066edad8089e0cce305dad5afbe87c0d | |
parent | bfb347fecfde85ef08b74c9e9d57e99cd504beea (diff) |
Revert "use an angle bracket instead of bash redirect char in prompt"
This reverts commit 743b839c22db59805cece7370ab17e57eac25604.
I don't like this weird bracket.
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |