diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 76db9bd..8166f48 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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 diff --git a/programs b/programs index 1dbc86f..7297beb 100644 --- a/programs +++ b/programs @@ -4,6 +4,8 @@ ncmpcpp dunst zathura zsh +zsh-syntax-highlighting +zsh-autosuggestions xorg-setxkbmap xorg-xrandr xorg-xset