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 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() { |