Add extra plugins to zsh

This commit is contained in:
DogeyStamp 2021-06-21 16:45:13 -04:00
parent 8b7853d812
commit 4cbfe5c66b
2 changed files with 8 additions and 1 deletions

View File

@ -1,9 +1,14 @@
autoload -Uz compinit promptinit
compinit
promptinit
PROMPT='[%F{white}%B%~%b%f] %# '
prompt redhat
alias ls='ls --color=auto'
alias nvid='neovide --multiGrid'
PATH=$PATH:~/.local/bin/
bindkey -v
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh

View File

@ -4,6 +4,8 @@ ncmpcpp
dunst
zathura
zsh
zsh-syntax-highlighting
zsh-autosuggestions
xorg-setxkbmap
xorg-xrandr
xorg-xset