couple of changes
This commit is contained in:
parent
3876a4809f
commit
19a6ecbb45
|
|
@ -539,7 +539,8 @@
|
||||||
|
|
||||||
##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]###########
|
##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]###########
|
||||||
# NordVPN connection indicator color.
|
# NordVPN connection indicator color.
|
||||||
typeset -g POWERLEVEL9K_NORDVPN_FOREGROUND=39
|
typeset -g POWERLEVEL9K_NORDVPN_FOREGROUND=7
|
||||||
|
typeset -g POWERLEVEL9K_NORDVPN_BACKGROUND=8
|
||||||
# Hide NordVPN connection indicator when not connected.
|
# Hide NordVPN connection indicator when not connected.
|
||||||
typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_CONTENT_EXPANSION=
|
typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_CONTENT_EXPANSION=
|
||||||
typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_VISUAL_IDENTIFIER_EXPANSION=
|
typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_VISUAL_IDENTIFIER_EXPANSION=
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ alias edis='expressvpn disconnect'
|
||||||
alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
|
alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
|
||||||
alias gcp='gcloud compute ssh instance-1'
|
alias gcp='gcloud compute ssh instance-1'
|
||||||
alias blist='borg list ssh://borg@alpine0.home.hartzan.com:2222/backup/xps'
|
alias blist='borg list ssh://borg@alpine0.home.hartzan.com:2222/backup/xps'
|
||||||
alias contabo='ssh hate@164.68.120.85'
|
alias contabo='ssh hate@vmi292788.contaboserver.net'
|
||||||
alias yv='googler -w youtube.com --url-handler mpv $argv'
|
alias yv='googler -w youtube.com --url-handler mpv $argv'
|
||||||
alias rollback='sudo pacback --snapback'
|
alias rollback='sudo pacback --snapback'
|
||||||
alias p10kup='git -C $ZSH_CUSTOM/themes/powerlevel10k pull'
|
alias p10kup='git -C $ZSH_CUSTOM/themes/powerlevel10k pull'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue