From 1487887f74da57cf389b8874bab2460ce4fcd409 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 2 Jun 2022 15:47:04 +0000 Subject: [PATCH] zsh: finished setting up path and plugins --- zsh/.zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4eac54b..18b31d3 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,7 @@ # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH=/home/julian/emacs/doom-emacs/bin:$PATH +export PATH=/home/julian/.cargo/bin:$PATH # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" @@ -71,7 +73,7 @@ export ZSH="$HOME/.oh-my-zsh" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(colored-man-pages zsh-interactive-cd) +plugins=(zsh-z colored-man-pages zsh-interactive-cd) source $ZSH/oh-my-zsh.sh @@ -112,3 +114,6 @@ mkcd () } eval "$(starship init zsh)" + +# pacman -S zsh-syntax-highlighting +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh