README updates

This commit is contained in:
Fred Klassen 2023-02-06 16:36:43 -08:00
commit 8269b70d89
No known key found for this signature in database
GPG key ID: E9E2149793BDE17E
3 changed files with 38 additions and 1 deletions

3
templates/inputrc Normal file
View file

@ -0,0 +1,3 @@
set editing-mode vi
set bell-style none

View file

@ -130,4 +130,5 @@ export MANPATH="/usr/local/man:/usr/local/ssl/share/man:$MANPATH"
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh
ZSH_ALIAS_FINDER_AUTOMATIC=true
# comment out if you want to disable Starship and use ZSH_THEME
eval "$(starship init zsh)"