Add setup step for Fast Node Manager

This commit is contained in:
Jonny Barnes 2024-01-23 19:10:15 +00:00
parent c67b27c8c9
commit e5fe2523bf
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -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")"