From 4cbfe5c66bd11ddfd557d1198bb150503f80cdc5 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Mon, 21 Jun 2021 16:45:13 -0400 Subject: [PATCH] Add extra plugins to zsh --- .config/zsh/.zshrc | 7 ++++++- programs | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) 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