From 19a6ecbb452aee17f00f5814a8f8244decd62d43 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Sat, 23 Jan 2021 19:04:15 +0200 Subject: [PATCH] couple of changes --- .p10k.zsh | 3 ++- .zaliases | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.p10k.zsh b/.p10k.zsh index c7b3d4c..c2c9080 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -539,7 +539,8 @@ ##########[ nordvpn: nordvpn connection status, linux only (https://nordvpn.com/) ]########### # 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. typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_CONTENT_EXPANSION= typeset -g POWERLEVEL9K_NORDVPN_{DISCONNECTED,CONNECTING,DISCONNECTING}_VISUAL_IDENTIFIER_EXPANSION= diff --git a/.zaliases b/.zaliases index 32e445f..69cf5d8 100644 --- a/.zaliases +++ b/.zaliases @@ -15,7 +15,7 @@ alias edis='expressvpn disconnect' alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com' alias gcp='gcloud compute ssh instance-1' 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 rollback='sudo pacback --snapback' alias p10kup='git -C $ZSH_CUSTOM/themes/powerlevel10k pull'