rem.sh: disable on MINIMAL systems
also make systems MINIMAL by default (headless uses defaults)
This commit is contained in:
parent
7edf70bca3
commit
0c3b222a3c
@ -1,5 +1,5 @@
|
|||||||
{{- $systemprofilechoices := list "DEFAULT" "SLIM" "MINIMAL" -}}
|
{{- $systemprofilechoices := list "DEFAULT" "SLIM" "MINIMAL" -}}
|
||||||
{{- $systemprofile := promptChoiceOnce . "systemprofile" "Select a system profile (use capital letter)" $systemprofilechoices "SLIM" -}}
|
{{- $systemprofile := promptChoiceOnce . "systemprofile" "Select a system profile (use capital letter)" $systemprofilechoices "MINIMAL" -}}
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
systemprofile = {{- $systemprofile | quote -}}
|
systemprofile = {{- $systemprofile | quote -}}
|
||||||
|
@ -6,7 +6,9 @@ end
|
|||||||
set fish_greeting ""
|
set fish_greeting ""
|
||||||
|
|
||||||
if status --is-interactive
|
if status --is-interactive
|
||||||
rem.sh show
|
if not test $SYSTEM_PROFILE = "MINIMAL"
|
||||||
|
rem.sh show
|
||||||
|
end
|
||||||
source ~/.config/fish/aliases.fish
|
source ~/.config/fish/aliases.fish
|
||||||
|
|
||||||
# Enable Vi bindings
|
# Enable Vi bindings
|
||||||
|
Loading…
Reference in New Issue
Block a user