summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.nix2
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() {