2021-05-31 21:47:13 -04:00
|
|
|
autoload -Uz compinit promptinit
|
2021-10-02 11:21:15 -04:00
|
|
|
|
|
|
|
bindkey -v
|
|
|
|
|
2021-05-31 21:47:13 -04:00
|
|
|
compinit
|
|
|
|
|
2021-10-02 11:21:15 -04:00
|
|
|
promptinit
|
2021-06-21 16:45:13 -04:00
|
|
|
prompt redhat
|
2021-10-02 11:21:15 -04:00
|
|
|
|
|
|
|
SAVEHIST=500
|
2021-05-31 21:47:13 -04:00
|
|
|
|
|
|
|
PATH=$PATH:~/.local/bin/
|
|
|
|
|
2021-06-21 16:45:13 -04:00
|
|
|
|
2021-10-02 11:21:15 -04:00
|
|
|
# This is where these files are on my Gentoo system
|
|
|
|
source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh
|
|
|
|
source ~/.config/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|
|
|
|
|
|
|
# On my Arch systems
|
|
|
|
# source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|
|
|
# source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|
|
|
|
|
|
|
# Load aliases
|
|
|
|
source ~/.config/zsh/aliases.zsh
|
|
|
|
|
|
|
|
# Fix bug with curses pinentry
|
|
|
|
gpgt
|