Fixed type that broke doom helper functions.
This commit is contained in:
parent
baa1af26a4
commit
cc38ba2ecf
|
@ -68,7 +68,7 @@ ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7"
|
||||||
typeset -gU path
|
typeset -gU path
|
||||||
path=(
|
path=(
|
||||||
$HOME/.scripts/
|
$HOME/.scripts/
|
||||||
$HOME/~.emacs.d/bin/
|
$HOME/.emacs.d/bin/
|
||||||
$HOME/.yarn/bin/
|
$HOME/.yarn/bin/
|
||||||
$HOME/.config/yarn/global/node_modules/.bin/
|
$HOME/.config/yarn/global/node_modules/.bin/
|
||||||
$HOME/.local/bin/
|
$HOME/.local/bin/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user