diff options
author | Ben Sima <ben@bsima.me> | 2021-10-14 16:16:54 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-10-14 16:16:54 -0400 |
commit | e68cb39f71dbb7205aef075b7106f04bdd2a74ff (patch) | |
tree | 02c7893589b8482626ce4debc89d0d27dbb389ee | |
parent | da2f4e0da94803a794099aa11d25b06fa1259000 (diff) |
Cooler bash 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 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() { |