diff options
author | Ben Sima <ben@bsima.me> | 2021-04-16 14:18:50 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-18 15:16:50 -0400 |
commit | 2369e861da3c925c1b90d0d3d3318351e4187e44 (patch) | |
tree | 27268c1fb5381b8392380340e801b9dbbf3b1c4a | |
parent | db920f4136c00cf9b136e956933d578a75d7b97a (diff) |
use an angle bracket instead of bash redirect char in prompt
-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 70995f9..60670d8 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() { |