Initial commit

This commit is contained in:
Danielle McLean 2016-10-07 00:08:38 +11:00
commit f920cb680e
No known key found for this signature in database
GPG key ID: CC91589719027E94
2 changed files with 5 additions and 0 deletions

1
.config/readline/inputrc Normal file
View file

@ -0,0 +1 @@
set editing-mode vi

View file

@ -0,0 +1,4 @@
#! zsh
: ${INPUTRC:=$XDG_CONFIG_HOME/readline/inputrc}
: ${RLWRAP_HOME:=$XDG_CACHE_HOME/rlwrap}
export INPUTRC RLWRAP_HOME