Skip to content

Commit cc747f8

Browse files
jimmyliaoNTaylorMullen
authored andcommitted
fix: correct start script reference in create_alias.sh
1 parent ad7839e commit cc747f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_alias.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Determine the project directory
66
PROJECT_DIR=$(cd "$(dirname "$0")/.." && pwd)
7-
ALIAS_COMMAND="alias gemini='$PROJECT_DIR/scripts/start.sh'"
7+
ALIAS_COMMAND="alias gemini='node $PROJECT_DIR/scripts/start.js'"
88

99
# Detect shell and set config file path
1010
if [[ "$SHELL" == *"/bash" ]]; then

0 commit comments

Comments
 (0)