Open iilonmasc opened 5 years ago
The only problem I see with this is if a segment is updated with a change to the defaults and the person forgets to make the same change to the defaults.zsh
file.
This should probably be added to the developers guide then?
If a segment defines defaults for a variable, please add the default definition to
functions/defaults.zsh
This function clears every variable from p9k (
egrep -i "^p9k_"
, it's case insensitive) and reloads the default p9k settings (taken from a clean useraccount with only p9k installed and no configuration)closes #1172