From 0ee40050e4640dde8b8c17a1c290ed06b96bc4af Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 20 Nov 2019 21:47:12 -0500 Subject: Add \? to prompt --- home/.config/1sh/env.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home/.config/1sh') 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\\' -- cgit 1.4.1 is commit dontfiles
summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/tests (unfollow)
Commit message (Expand)Author
2020-12-29Match C type declarations as IdentifierTagJune McEnroe
2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe
2020-12-29Reconfigure C macro start conditionsJune McEnroe
2020-12-29Document HTML class namesJune McEnroe
2020-12-29Rename Tag class to IdentifierTagJune McEnroe
2020-12-29Change HTML class from hi to hilexJune McEnroe
2020-12-29Add hilex HTML outputJune McEnroe