mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: Correct start script reference in create_alias.sh (#1487)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
# Determine the project directory
|
||||
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
|
||||
if [[ "$SHELL" == *"/bash" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user