updated stuff

This commit is contained in:
Nikolas Weger 2020-02-26 12:38:52 +01:00
parent 3eacb479bd
commit ce033d689f
2 changed files with 3 additions and 0 deletions

View file

@ -916,6 +916,8 @@
# can slow down prompt by 1-2 milliseconds, so it's better to keep it turned off unless you
# really need it.
typeset -g POWERLEVEL9K_DISABLE_HOT_RELOAD=true
[[ "$wsl" == "Microsoft" ]] && typeset -g POWERLEVEL9K_DISABLE_GITSTATUS=true
}
(( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]}

View file

@ -15,3 +15,4 @@ export path=($path $GEM_HOME/bin)
#stuff
export os=$(grep -E "^ID=" /etc/*release | cut -d= -f2)
export wsl=$(uname -r | cut -d'-' -f3)