mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
change the default value of POWERLEVEL9K_VPN_IP_INTERFACE to recognize wireguard
This commit is contained in:
parent
f5f5fba08f
commit
040be70d92
1 changed files with 1 additions and 1 deletions
|
@ -3695,7 +3695,7 @@ _p9k_init_params() {
|
|||
_p9k_declare -e POWERLEVEL9K_SHORTEN_DELIMITER
|
||||
_p9k_declare -i POWERLEVEL9K_SHORTEN_DIR_LENGTH
|
||||
_p9k_declare -s POWERLEVEL9K_IP_INTERFACE ""
|
||||
_p9k_declare -s POWERLEVEL9K_VPN_IP_INTERFACE ".*tun[0-9]*"
|
||||
_p9k_declare -s POWERLEVEL9K_VPN_IP_INTERFACE "(wg|(.*tun))[0-9]*"
|
||||
_p9k_declare -i POWERLEVEL9K_LOAD_WHICH 5
|
||||
_p9k_declare -b POWERLEVEL9K_NODENV_PROMPT_ALWAYS_SHOW 0
|
||||
_p9k_declare -b POWERLEVEL9K_NODE_VERSION_PROJECT_ONLY 0
|
||||
|
|
Loading…
Reference in a new issue