modularized zshrc

This commit is contained in:
Loic Nageleisen 2012-08-10 14:39:37 +02:00
parent cf509c03fc
commit d1bec20d74
9 changed files with 147 additions and 125 deletions

4
zsh/import_inputrc Normal file
View file

@ -0,0 +1,4 @@
# bind special keys according to readline configuration
eval "$(sed -n 's/#.*//; s/^/bindkey /; s/: / /p' ~/.inputrc)"
# vim: ft=zsh