modifications to obtain working environment

This commit is contained in:
2016-06-19 15:31:31 +01:00
parent 0bf1741698
commit 941a089d66
17 changed files with 41 additions and 103 deletions

View File

@@ -30,5 +30,9 @@ bindkey '^[[3~' delete-char
bindkey '^[^N' newtab
bindkey '^?' backward-delete-char
# remap reverse search
bindkey -v
bindkey '^R' history-incremental-search-backward
fpath=($ZSH/functions $fpath)
autoload -U $ZSH/functions/*(:t)