change .zshrc

This commit is contained in:
2020-11-10 12:33:06 +01:00
parent c49e3179a1
commit d74bd24049
2 changed files with 129 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ unsetopt beep
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/uruba/.zshrc'
zstyle :compinstall filename '${HOME}/.zshrc'
autoload -Uz compinit
compinit
@@ -18,5 +18,4 @@ colors
PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d
%{$fg_bold[yellow]%}%% %{$reset_color%}"
bindkey '^R' history-incremental-search-backward
source $HOME/.config/zsh/key-bindings.zsh