basic zsh path fix
This commit is contained in:
parent
674d07ba55
commit
1788b74c00
@ -2,6 +2,9 @@
|
||||
# export ZSH="$HOME/.oh-my-zsh"
|
||||
export ZSH="$HOME/.local/share/oh-my-zsh"
|
||||
|
||||
# path fix for deb
|
||||
export PATH=$PATH:/usr/local/bin
|
||||
|
||||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
export ZSH_CUSTOM="$HOME/.local/share/omz-custom/custom"
|
||||
# export ZSH_CUSTOM=$HOME/.local/share/omz-custom
|
||||
|
Loading…
x
Reference in New Issue
Block a user