.dots/zsh/.zshrc
2020-11-07 13:48:28 +01:00

23 lines
545 B
Bash

# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
setopt autocd extendedglob nomatch notify
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'
autoload -Uz compinit
compinit
# End of lines added by compinstall
autoload -U colors
colors
PROMPT="%{$fg_bold[cyan]%}%* %{$fg_bold[green]%}%d
%{$fg_bold[yellow]%}%% %{$reset_color%}"
bindkey '^R' history-incremental-search-backward