We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0400e34 + a379c2c commit 2a75dceCopy full SHA for 2a75dce
1 file changed
assets/templates/starship/apply.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
4
palette_file="$HOME/.cache/noctalia/starship-palette.toml"
5
-config_file="$HOME/.config/starship.toml"
+config_file="${STARSHIP_CONFIG:-$HOME/.config/starship.toml}"
6
marker_begin="# >>> NOCTALIA STARSHIP PALETTE >>>"
7
marker_end="# <<< NOCTALIA STARSHIP PALETTE <<<"
8
0 commit comments