commit 824809c9aaba0ac93b86576e2dfd9c8e3b6ba979 from: Sara Burke date: Fri Feb 13 19:42:38 2026 UTC got (game of trees) ksh autocomplete commit - fcedb9c453caf76dd404a759f4a24afd21ecee68 commit + 824809c9aaba0ac93b86576e2dfd9c8e3b6ba979 blob - 6f07de9004ad32e0b0ec33e2e179633699fb2d58 blob + db3a0e5d109543496f98399145465956c7630959 --- .shrc +++ .shrc @@ -78,6 +78,9 @@ read_secret() { # make doas be sudo if it doesn't exist command -v doas >/dev/null || alias doas=sudo +# add got (Game of Trees) auto-complete to ksh +command -v got >/dev/null && set -A complete_got_1 -- $(got -h 2>&1 | sed -n s/commands://p) + test -f /Applications/Tailscale.app/Contents/MacOS/Tailscale && alias tailscale="/Applications/Tailscale.app/Contents/MacOS/Tailscale" # add git status if we have .git-prompt.sh loaded (by ~/.profile)