summary refs log tree commit diff
path: root/home/.config/1sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-01 00:06:09 -0400
committerJune McEnroe <june@causal.agency>2019-07-01 00:06:09 -0400
commitaa0fddd2fffd16fa47b9e2dd92cd5c8931f83ced (patch)
treec99cb4c79a635336d19072c396d4583e890eaa63 /home/.config/1sh
parentClean up 1sh prompt setting (diff)
downloadsrc-aa0fddd2fffd16fa47b9e2dd92cd5c8931f83ced.tar.gz
src-aa0fddd2fffd16fa47b9e2dd92cd5c8931f83ced.zip
Use env.sh as 1sh todo list
Diffstat (limited to 'home/.config/1sh')
-rw-r--r--home/.config/1sh/env.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/1sh/env.sh b/home/.config/1sh/env.sh
index 7b87c9d3..105d80ed 100644
--- a/home/.config/1sh/env.sh
+++ b/home/.config/1sh/env.sh
@@ -1,4 +1,5 @@
 set -o noclobber -o nounset -o vi
+# FIXME: History is loaded before HISTSIZE gets set.
 HISTSIZE=1000
 
 _PATH=$PATH
@@ -37,6 +38,7 @@ if [ "$(uname)" = 'Linux' ]; then
 	alias ls='ls --color=auto' grep='grep --color'
 fi
 
+# TODO: $? indicator.
 PS0=$'\n'
 PS1='\$ '
 RPS1="${SSH_CLIENT:+\h:}\w"
@@ -47,6 +49,7 @@ sgr0=$(tput sgr0 || tput me)
 tsl=$'\e]0;'
 fsl=$'\a'
 
+# FIXME: Trailing PSlit sequence gets dropped.
 PSlit=$'\1'
 PS1="${PSlit}${af7}${PSlit}${PS1% }${PSlit}${sgr0}${PSlit} "
 RPS1="${PSlit}${af0}${PSlit}# ${PSlit}${af7}${PSlit}${RPS1}${PSlit}${sgr0}${PSlit}"
gml.c?id=911b4761e465ec084acc7e14ca18dfe5e9b8a00a&follow=1'>Split fields by tab onlyJune McEnroe 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe