summary refs log tree commit diff
path: root/scripts/chroot-prompt.sh
blob: 3b438411c439707994974c625130974de6936a8c (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
set -eu

printf 'Name: '
read -r nick rest
exec catgirl -n "$nick" -s "$nick" "$@"
Use subexpression highlight for system include pathsJune McEnroe 2019-02-07Move comments below strings in hiJune McEnroe Also add the #if 0 "comment" syntax. 2019-02-07Add subexpression highlighting to hiJune McEnroe 2019-02-06Add pattend to hiJune McEnroe 2019-02-06Add hi syntax highlighterJune McEnroe 2019-02-05Update neovim to 0.3.4 on DarwinJune McEnroe Also rewrite install.sh once again. 2019-02-05Fix DEL in aesJune McEnroe 2019-02-05Add aesJune McEnroe Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile. 2019-02-01Set nvim Directory back to blueJune McEnroe