diff --git a/zsh/.zprofile b/zsh/.zprofile index 294025c..b82ed1a 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -5,4 +5,7 @@ path+=("${HOME}/.local/bin") path+=("${HOME}/.cargo/bin") export PATH +source ~/.config/.env +source ~/.config/.env.system + eval `keychain --eval --quiet --agents ssh,gpg id_rsa` diff --git a/zsh/.zshrc b/zsh/.zshrc index 17ae3a3..63b0da9 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -7,6 +7,12 @@ unsetopt beep bindkey -v # End of lines configured by zsh-newuser-install # The following lines were added by compinstall + +zstyle ':completion:*' completer _expand _complete _ignored _approximate +zstyle ':completion:*' list-colors '' +zstyle ':completion:*' menu select=long-list select=0 +zstyle ':completion:*' original true +zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s zstyle :compinstall filename '${HOME}/.zshrc' autoload -Uz compinit @@ -18,8 +24,6 @@ colors PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_bold[red]%?) %(3L.$fg_bold[red]%L .)%{$fg_bold[yellow]%}%%%{$reset_color%} " -source ~/.config/.env -source ~/.config/.env.system source ~/.config/.aliases source $HOME/.config/zsh/key-bindings.zsh