updated stuff
This commit is contained in:
parent
3eacb479bd
commit
ce033d689f
2 changed files with 3 additions and 0 deletions
|
@ -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[@]}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue