This commit is contained in:
Václav Uruba 2020-11-01 23:29:39 +01:00
parent 9d22332713
commit 9bdc3c539c
Signed by: uruba
GPG Key ID: 0059B34D61727BB0

25
zsh/.zshrc Normal file
View File

@ -0,0 +1,25 @@
# 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%}"
source ~/.config/.env
source ~/.config/.env.system
source ~/.config/.aliases