zsh: finished setting up path and plugins
This commit is contained in:
parent
cce626d687
commit
1487887f74
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user