summary refs log tree commit diff
path: root/home/.config/1sh/env.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/.config/1sh/env.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/home/.config/1sh/env.sh b/home/.config/1sh/env.sh
index 362631e2..e84b9f02 100644
--- a/home/.config/1sh/env.sh
+++ b/home/.config/1sh/env.sh
@@ -38,10 +38,9 @@ if [ "$(uname)" = 'Linux' ]; then
 	alias ls='ls --color=auto' grep='grep --color'
 fi
 
-# TODO: $? indicator.
 PS0=$'\n'
 PS1='\$ '
-RPS1="${SSH_CLIENT:+\h:}\w"
+RPS1="\? ${SSH_CLIENT:+\h:}\w"
 
 tsl=$'\e]0;'
 fsl=$'\e\\'
20-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe