From 83c15344374c4d934b0ece90c29daf25993b94a0 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Thu, 28 Nov 2019 13:02:53 +0100 Subject: [PATCH] updated stuff --- toCopy/sshconfig | 9 --------- zsh/.p10k.zsh | 3 ++- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/toCopy/sshconfig b/toCopy/sshconfig index 5938aa8..56c6d33 100644 --- a/toCopy/sshconfig +++ b/toCopy/sshconfig @@ -2,14 +2,5 @@ Host web ForwardX11 yes HostName megumi.eeleater.org -Host ldap - HostName ldap.eeleater.org - Host mail - ForwardX11 yes HostName mail.eeleater.org - -Host sso - ForwardX11 yes - Hostname 192.168.100.78 - ProxyJump web diff --git a/zsh/.p10k.zsh b/zsh/.p10k.zsh index 588d2ff..4078084 100644 --- a/zsh/.p10k.zsh +++ b/zsh/.p10k.zsh @@ -34,6 +34,7 @@ # The list of segments shown on the left. Fill it with the most important segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= + context # user@host dir # current directory vcs # git status # =========================[ Line #2 ]========================= @@ -68,7 +69,7 @@ # aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) # aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) # azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) - context # user@hostname + # context # user@hostname # nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) # ranger # ranger shell (https://github.com/ranger/ranger) # vi_mode # vi mode (you don't need this if you've enabled prompt_char)