Skip to content

Commit a379c2c

Browse files
committed
templates: respect starship custom config file location
1 parent 364b573 commit a379c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/templates/starship/apply.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
palette_file="$HOME/.cache/noctalia/starship-palette.toml"
5-
config_file="$HOME/.config/starship.toml"
5+
config_file="${STARSHIP_CONFIG:-$HOME/.config/starship.toml}"
66
marker_begin="# >>> NOCTALIA STARSHIP PALETTE >>>"
77
marker_end="# <<< NOCTALIA STARSHIP PALETTE <<<"
88

0 commit comments

Comments
 (0)