removed some unneeded plugins

This commit is contained in:
eeleater 2021-05-30 09:28:50 +02:00
parent 2979ab9db6
commit d5a9b2900f
3 changed files with 13 additions and 19 deletions

View file

@ -1,7 +1,7 @@
# Generated by Powerlevel10k configuration wizard on 2020-12-18 at 10:40 CET. # Generated by Powerlevel10k configuration wizard on 2021-05-30 at 09:28 CEST.
# Based on romkatv/powerlevel10k/config/p10k-pure.zsh, checksum 13301. # Based on romkatv/powerlevel10k/config/p10k-pure.zsh, checksum 13301.
# Wizard options: nerdfont-complete + powerline, small icons, pure, 24h time, 2 lines, # Wizard options: nerdfont-complete + powerline, small icons, pure, snazzy, 24h time,
# compact, transient_prompt, instant_prompt=verbose. # 2 lines, compact, transient_prompt, instant_prompt=verbose.
# Type `p10k configure` to generate another config. # Type `p10k configure` to generate another config.
# #
# Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure). # Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure).
@ -39,12 +39,12 @@
# Prompt colors. # Prompt colors.
local grey='242' local grey='242'
local red='1' local red='#FF5C57'
local yellow='3' local yellow='#F3F99D'
local blue='4' local blue='#57C7FF'
local magenta='5' local magenta='#FF6AC1'
local cyan='6' local cyan='#9AEDFE'
local white='7' local white='#F1F1F0'
# Left prompt segments. # Left prompt segments.
typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
@ -53,7 +53,6 @@
dir # current directory dir # current directory
vcs # git status vcs # git status
command_execution_time # previous command duration command_execution_time # previous command duration
time
# =========================[ Line #2 ]========================= # =========================[ Line #2 ]=========================
newline # \n newline # \n
virtualenv # python virtual environment virtualenv # python virtual environment
@ -66,7 +65,7 @@
# command_execution_time # previous command duration # command_execution_time # previous command duration
# virtualenv # python virtual environment # virtualenv # python virtual environment
# context # user@host # context # user@host
#time # current time time # current time
# =========================[ Line #2 ]========================= # =========================[ Line #2 ]=========================
newline # \n newline # \n
) )
@ -153,7 +152,7 @@
typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${${${P9K_CONTENT/⇣* :⇡/⇣⇡}// }//:/ }' typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${${${P9K_CONTENT/⇣* :⇡/⇣⇡}// }//:/ }'
# Grey current time. # Grey current time.
typeset -g POWERLEVEL9K_TIME_FOREGROUND=$yellow typeset -g POWERLEVEL9K_TIME_FOREGROUND=$grey
# Format for the current time: 09:51:02. See `man 3 strftime`. # Format for the current time: 09:51:02. See `man 3 strftime`.
typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}' typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}'
# If set to true, time will update when you hit enter. This way prompts for the past # If set to true, time will update when you hit enter. This way prompts for the past

View file

@ -27,5 +27,5 @@ else
if ! is_ssh_agent_pid_valid $SSH_AGENT_PID; then if ! is_ssh_agent_pid_valid $SSH_AGENT_PID; then
start_agent start_agent
fi fi
add_identities add_identities
fi fi

View file

@ -7,12 +7,7 @@ export STARSHIP_CONFIG=$ZDOTDIR/starship.toml
export ZSH_EVALCACHE_DIR="$HOME/.cache/evalcache" export ZSH_EVALCACHE_DIR="$HOME/.cache/evalcache"
# Setopt Stuff # Setopt Stuff
setopt multios setopt multios prompt_subst auto_pushd pushd_ignore_dups pushdminus inc_append_history
setopt prompt_subst
setopt auto_pushd
setopt pushd_ignore_dups
setopt pushdminus
setopt inc_append_history
# Zinit Clone if not exist # Zinit Clone if not exist
[[ ! -f $HOME/.config/zinit/bin/zinit.zsh ]] && command git clone https://github.com/zdharma/zinit $HOME/.config/zinit/bin [[ ! -f $HOME/.config/zinit/bin/zinit.zsh ]] && command git clone https://github.com/zdharma/zinit $HOME/.config/zinit/bin