summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/ksh/ksh.kshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ksh/ksh.kshrc b/.config/ksh/ksh.kshrc
index 1868212..a05cd11 100644
--- a/.config/ksh/ksh.kshrc
+++ b/.config/ksh/ksh.kshrc
@@ -13,7 +13,7 @@ bind -m ^O=' lfcd^J'
export PS1="$(hostname):/\$(
pwd | cut -d'/' -f2- --output-delimiter '
' | cut -c1-3 | paste -sd '/'
-)\$(prompt-git)\n# "
+)\$(prompt-git)\n jobs(\j) # "
bind -m ^L="^A^K clear^J"
export HISTFILE="$HOME/.history"