dots/.config/zsh/.zshrc

28 lines
573 B
Bash
Raw Normal View History

2021-05-31 21:47:13 -04:00
autoload -Uz compinit promptinit
bindkey -v
2021-05-31 21:47:13 -04:00
compinit
promptinit
2021-06-21 16:45:13 -04:00
prompt redhat
SAVEHIST=500
2021-05-31 21:47:13 -04:00
PATH=$PATH:~/.local/bin/
2021-06-21 16:45:13 -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