Initial commit
This commit is contained in:
commit
f920cb680e
2 changed files with 5 additions and 0 deletions
1
.config/readline/inputrc
Normal file
1
.config/readline/inputrc
Normal file
|
@ -0,0 +1 @@
|
|||
set editing-mode vi
|
4
.config/zsh/login/readline
Normal file
4
.config/zsh/login/readline
Normal file
|
@ -0,0 +1,4 @@
|
|||
#! zsh
|
||||
: ${INPUTRC:=$XDG_CONFIG_HOME/readline/inputrc}
|
||||
: ${RLWRAP_HOME:=$XDG_CACHE_HOME/rlwrap}
|
||||
export INPUTRC RLWRAP_HOME
|
Loading…
Reference in a new issue