Skip to content

Commit

Permalink
chore(bash): add starship prompt initialization to .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
koyashiro committed Jan 29, 2024
1 parent 0ecde6f commit e0d75a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ if [[ -f "${XDG_CONFIG_HOME:-$HOME/.config}"/sh/function.sh ]]; then
# shellcheck source=shared/.config/sh/function.sh
source "${XDG_CONFIG_HOME:-$HOME/.config}"/sh/function.sh
fi

eval "$(starship init bash)"

0 comments on commit e0d75a4

Please sign in to comment.