aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-10-20 11:54:30 -0400
committerMitch Riedstra <mitch@riedstra.us>2019-10-20 11:54:30 -0400
commitcce528a53d1bd06d0e466dbc2019fcc34e1deee5 (patch)
tree56df059bba0c39f8af18c9338a6a8cc8462fb4f5 /shell
parentaaa6dd6f74dc1ac937e6bd53c646ebe9a7859354 (diff)
downloaddotfiles-cce528a53d1bd06d0e466dbc2019fcc34e1deee5.tar.gz
dotfiles-cce528a53d1bd06d0e466dbc2019fcc34e1deee5.tar.xz
Set a PS1 when we're uinsg ksh
Diffstat (limited to 'shell')
-rw-r--r--shell/conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/conf b/shell/conf
index a333559..c4e288d 100644
--- a/shell/conf
+++ b/shell/conf
@@ -46,6 +46,7 @@ then
export HISTFILE="$HOME/.ksh_history"
set -o emacs
bind ^L=clear-screen
+ export PS1="$(whoami)@$(hostname) \$PWD \$ "
elif [ $SHELL = "/bin/sh" ] && [ "$(uname)" = "FreeBSD" ] ; then
set -o emacs
export PS1="$(whoami)"'@\h:\w \$ '