diff --git a/.p10k.zsh b/.p10k.zsh index d714e73..55b3a38 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -32,13 +32,16 @@ # The list of segments shown on the left. Fill it with the most important segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= - os_icon # os identifier - context + #os_icon # os identifier + #context dir # current directory vcs # git status # =========================[ Line #2 ]========================= newline # \n - # prompt_char # prompt symbol + os_icon + context + prompt_char # prompt symbol + ) # The list of segments shown on the right. Fill it with less important segments. @@ -47,6 +50,7 @@ # last prompt line gets hidden if it would overlap with left prompt. typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= + #ranger status # exit code of the last command command_execution_time # duration of the last command background_jobs # presence of background jobs diff --git a/.zshrc b/.zshrc index 4f52c8a..503a927 100644 --- a/.zshrc +++ b/.zshrc @@ -222,10 +222,4 @@ alias civplay="rm -f ~/.local/share/Steam/steamapps/common/Sid\ Meier\'s\ Civili alias geossh="sshuttle --dns -r ssh -x 192.189.78.0/23 -x 192.168.178.0/23 -x 128.131.74.216 0/0" alias geoes="sshuttle --dns -r es -x 192.189.78.0/23 -x 192.168.178.0/23 -x 128.131.74.216 -x 128.131.72.92 -x 128.131.72.55 0/0" -## McFly Reverse Search -#export MCFLY_INTERFACE_VIEW=BOTTOM -#export MCFLY_FUZZY=2 -#export MCFLY_RESULTS=50 -#export MCFLY_KEY_SCHEME=vim -#eval "$(mcfly init zsh)"