fix: Correct start script reference in create_alias.sh (#1487)
This commit is contained in:
parent
f31b1274bf
commit
399841b6e0
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# Determine the project directory
|
# Determine the project directory
|
||||||
PROJECT_DIR=$(cd "$(dirname "$0")/.." && pwd)
|
PROJECT_DIR=$(cd "$(dirname "$0")/.." && pwd)
|
||||||
ALIAS_COMMAND="alias gemini='$PROJECT_DIR/scripts/start.sh'"
|
ALIAS_COMMAND="alias gemini='node $PROJECT_DIR/scripts/start.js'"
|
||||||
|
|
||||||
# Detect shell and set config file path
|
# Detect shell and set config file path
|
||||||
if [[ "$SHELL" == *"/bash" ]]; then
|
if [[ "$SHELL" == *"/bash" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue