We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51e406 commit 14feaeeCopy full SHA for 14feaee
1 file changed
scripts/install.sh
@@ -50,6 +50,7 @@ install_link() {
50
$HOME/.fe/bin/fe -v
51
# ignore: `source ~/.zshrc` cause error "autoload command not found"
52
source "$PROFILE" 2> /dev/null
53
+ command ln -sf $HOME/.fe/bin/fe.js /usr/local/bin/fe
54
command "$SHELLTYPE"
55
fi
56
}
0 commit comments