From 83b60feaf701d1a2e55b1ff5fba84bb995534f1b Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Thu, 17 Feb 2022 10:14:55 +0100 Subject: [PATCH] Update linking on mac --- clone_and_link_mac.sh | 2 +- zsh/.p10k.mac.zsh.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clone_and_link_mac.sh b/clone_and_link_mac.sh index 6d4c087..c57babf 100755 --- a/clone_and_link_mac.sh +++ b/clone_and_link_mac.sh @@ -15,4 +15,4 @@ ln -sv $PWD/zsh $HOME/.zsh ln -sv ~/.zsh/.zshrc $HOME/.zshrc ln -sv $PWD/tmux $HOME/.tmux ln -sv ~/.tmux/.tmux.conf $HOME/.tmux.conf - +ln -sv $PWD/zsh/.p10k.mac.zsh.example $PWD/zsh/.p10k.mac.zsh diff --git a/zsh/.p10k.mac.zsh.example b/zsh/.p10k.mac.zsh.example index 425b97a..b13ee91 100644 --- a/zsh/.p10k.mac.zsh.example +++ b/zsh/.p10k.mac.zsh.example @@ -31,6 +31,7 @@ # The list of segments shown on the left. Fill it with the most important segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # os_icon # os identifier + context # user@hostname dir # current directory vcs # git status # prompt_char # prompt symbol @@ -79,7 +80,6 @@ gcloud # google cloud cli account and project (https://cloud.google.com/) google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production) toolbox # toolbox name (https://github.com/containers/toolbox) - context # user@hostname nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) ranger # ranger shell (https://github.com/ranger/ranger) nnn # nnn shell (https://github.com/jarun/nnn)