Skip to content

Commit

Permalink
Fix: 🦆 is not well suported in duckdb cli anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Jan 10, 2025
1 parent 491b157 commit 6f5e328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/onyxia-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ fi
if [[ -n $AWS_S3_ENDPOINT ]] && command -v duckdb ; then
cat <<EOF > ${HOME}/.duckdbrc
-- Duck head prompt
.prompt '🦆 '
.prompt 'duckdb > '
-- Set s3 context
CALL load_aws_credentials();
EOF
Expand Down

0 comments on commit 6f5e328

Please sign in to comment.