Skip to content

Commit

Permalink
fix(bluefin-cli): Explicitly pass bash as the shell to atuin init
Browse files Browse the repository at this point in the history
Unlike starship, which utilizes a path to the shell for init, atuin
simply uses the shell name
  • Loading branch information
EyeCantCU committed Jan 28, 2024
1 parent 7f6fdf1 commit 2e45846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolboxes/bluefin-cli/files/etc/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ -z "$BASHRCSOURCED" ]; then

# Enable atuin and ble.sh
source /usr/share/blesh/ble.sh
eval "$(atuin init $SHELL)"
eval "$(atuin init bash)"
fi


Expand Down

0 comments on commit 2e45846

Please sign in to comment.