wip
This commit is contained in:
parent
7b91512393
commit
7165513cd7
@ -87,6 +87,10 @@ done
|
|||||||
|
|
||||||
hash -r
|
hash -r
|
||||||
|
|
||||||
|
{% if yadm.os == "Linux" %}
|
||||||
|
npm install --global pure-prompt
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if yadm.class == "Work" %}
|
{% if yadm.class == "Work" %}
|
||||||
YARN=$(brew --prefix yarn)/bin/yarn
|
YARN=$(brew --prefix yarn)/bin/yarn
|
||||||
|
|
||||||
|
2
.zshrc
2
.zshrc
@ -67,7 +67,6 @@ FUNCS_TO_AUTOLOAD=()
|
|||||||
FUNCS_TO_AUTOLOAD+=(
|
FUNCS_TO_AUTOLOAD+=(
|
||||||
f
|
f
|
||||||
fshow
|
fshow
|
||||||
ql
|
|
||||||
show-fpath
|
show-fpath
|
||||||
take
|
take
|
||||||
tre
|
tre
|
||||||
@ -80,6 +79,7 @@ FUNCS_TO_AUTOLOAD+=(
|
|||||||
if [ "$system_type" = "Darwin" ]; then
|
if [ "$system_type" = "Darwin" ]; then
|
||||||
FUNCS_TO_AUTOLOAD+=(
|
FUNCS_TO_AUTOLOAD+=(
|
||||||
brew-visit
|
brew-visit
|
||||||
|
ql
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user