diff options
Diffstat (limited to 'lib')
-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() { |