config addapted

This commit is contained in:
Elmar Sönser 2021-11-30 14:22:58 +01:00
parent 8243f3bacd
commit b8745f421e
2 changed files with 7 additions and 9 deletions

View file

@ -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

6
.zshrc
View file

@ -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)"