Add setup step for Fast Node Manager
This commit is contained in:
parent
c67b27c8c9
commit
e5fe2523bf
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ test -e $HOME/.extra && source $HOME/.extra
|
||||||
test -e /opt/homebrew/share/zsh-you-should-use/you-should-use.plugin.zsh && source /opt/homebrew/share/zsh-you-should-use/you-should-use.plugin.zsh
|
test -e /opt/homebrew/share/zsh-you-should-use/you-should-use.plugin.zsh && source /opt/homebrew/share/zsh-you-should-use/you-should-use.plugin.zsh
|
||||||
test -e /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh && source /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh
|
test -e /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh && source /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh
|
||||||
|
|
||||||
|
# Setup Fast Node Manager
|
||||||
|
eval "$(fnm env --use-on-cd)"
|
||||||
|
|
||||||
# Setup GitHub Copilot
|
# Setup GitHub Copilot
|
||||||
if type github-copilot-cli > /dev/null; then
|
if type github-copilot-cli > /dev/null; then
|
||||||
eval "$(github-copilot-cli alias -- "$0")"
|
eval "$(github-copilot-cli alias -- "$0")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue