feat(Bash): support bash
This commit is contained in:
6
bash/integrations/starship.sh
Normal file
6
bash/integrations/starship.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if command -v starship >/dev/null 2>&1; then
|
||||
export STARSHIP_CONFIG="${STARSHIP_CONFIG:-$BASH_POLYJUICE_STARSHIP_CONFIG_FILE}"
|
||||
eval "$(starship init bash)"
|
||||
fi
|
||||
Reference in New Issue
Block a user