some zsh config

This commit is contained in:
odrling 2018-08-15 12:10:06 +02:00
parent fcc2c48f9d
commit 06777c3b7c
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -11,6 +11,7 @@ Cache
# zsh config files
!/.zshrc
!/.zprofile
# git config file
!/.gitconfig

2
.zprofile Normal file
View file

@ -0,0 +1,2 @@
typeset -U path
export path

3
.zshrc
View file

@ -17,6 +17,7 @@ antigen bundle ssh-agent
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions
antigen theme gentoo
@ -27,7 +28,7 @@ zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}
zstyle ':completion:*' max-errors 2
zstyle ':completion:*' menu select=1
zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
zstyle :compinstall filename '/home/odrling/.zshrc'
zstyle :compinstall filename "${HOME}/.zshrc"
zstyle ':completion:*' rehash true
[[ $UID -eq 0 ]] || () {