We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364b573 commit a379c2cCopy full SHA for a379c2c
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