Skip to content

Commit 2a75dce

Browse files
authored
Merge pull request #2753 from ezio-noir/v5
templates: honor starship custom config file location
2 parents 0400e34 + a379c2c commit 2a75dce

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)