This commit is contained in:
Wryn (yage) Wagner 2025-02-04 11:07:01 -07:00
parent 683ab967db
commit be771bcb7b
Signed by: wrynegade
SSH Key Fingerprint: SHA256:zBGO05Uz1oT7pnehoPelgUmYX632oFjt3MBH0MlEvrs

View File

@ -35,8 +35,8 @@ GENERATE_INITIAL_LOCAL_CONFIG() {
#####################################################################
CONFIG__ZSH() {
#CONFIG__ENV zsh || return 1
#CONFIG__RC zsh || return 2
CONFIG__ENV zsh || return 1
CONFIG__RC zsh || return 2
CONFIG__SET_DEFAULT_SHELL || return 3
}