diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.config/zsh/.zshrc | 15 | ||||
| m--------- | zsh/.local/share/zsh/fast-syntax-highlighting | 0 |
2 files changed, 11 insertions, 4 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 8960791..b58d3f2 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -4,7 +4,6 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi - # # g3tchoo's zshrc # @@ -30,6 +29,7 @@ SAVEHIST=1000 # defaults export EDITOR='nvim' export VISUAL='nvim' +export PAGER='moar' export TERM=xterm-256color # alias @@ -38,9 +38,16 @@ alias ls='exa' alias la='ls -a' alias g='git' -source "$HOME/.local/share/zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh" -source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme +# antigen plugins +if [[ -f /usr/share/zsh/share/antigen.zsh ]]; then + source /usr/share/zsh/share/antigen.zsh +else + source "$HOME/.local/share/zsh/antigen.zsh" +fi +antigen bundle zdharma-continuum/fast-syntax-highlighting +antigen bundle zsh-users/zsh-completions +antigen theme romkatv/powerlevel10k +antigen apply # To customize prompt, run `p10k configure` or edit ~/.config/zsh/.p10k.zsh. [[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh diff --git a/zsh/.local/share/zsh/fast-syntax-highlighting b/zsh/.local/share/zsh/fast-syntax-highlighting deleted file mode 160000 -Subproject 585c089968caa1c904cbe926ff04a1be9e3d8f4 |
