You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.
set up henesis autocomplete by adding env var to shell profile printf "$(henesis autocomplete:script zsh)" >> ~/.zshrc; source ~/.zshrc
then HENESIS_AC_ZSH_SETUP_PATH=/Users/brant/Library/Caches/@haechi-labs/henesis-cli/autocomplete/zsh_setup && test -f $HENESIS_AC_ZSH_SETUP_PATH && source $HENESIS_AC_ZSH_SETUP_PATH statement is enrolled in profile file(.zshrc).
And then if you update henesis-cli version by npm install -g @haechi-labs/henesis-cli, henesiscommand is still not updated due to above setting which refer to cache.
The text was updated successfully, but these errors were encountered:
set up henesis autocomplete by adding env var to shell profile
printf "$(henesis autocomplete:script zsh)" >> ~/.zshrc; source ~/.zshrc
then
HENESIS_AC_ZSH_SETUP_PATH=/Users/brant/Library/Caches/@haechi-labs/henesis-cli/autocomplete/zsh_setup && test -f $HENESIS_AC_ZSH_SETUP_PATH && source $HENESIS_AC_ZSH_SETUP_PATH
statement is enrolled in profile file(.zshrc).And then if you update henesis-cli version by
npm install -g @haechi-labs/henesis-cli
,henesis
command is still not updated due to above setting which refer to cache.The text was updated successfully, but these errors were encountered: