[zsh] Get rid of Powerlevel9k + it's submodule

This commit is contained in:
Sebastian Schulze 2018-04-12 09:00:39 +02:00
parent 952fdbdb99
commit a02e009f02
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
3 changed files with 1 additions and 17 deletions

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "home/.oh-my-zsh/custom/themes/powerlevel9k"]
path = home/.oh-my-zsh/custom/themes/powerlevel9k
url = https://github.com/bhilburn/powerlevel9k.git
[submodule "home/.emacs.d"]
path = home/.emacs.d
url = https://github.com/syl20bnr/spacemacs

@ -1 +0,0 @@
Subproject commit 862ff70bfc965945f07fcabfc4a4d9f5f58e4fe2

View File

@ -3,19 +3,7 @@ export ZSH=/home/bascht/.oh-my-zsh
# Back out if we're surrounded by Emacs
[ "$TERM" = "eterm-color" ] && exec bash
ZSH_THEME="powerlevel9k/powerlevel9k" # previously: juanghurtado
POWERLEVEL9K_MODE='nerdfont-complete'
POWERLEVEL9K_FOLDER_ICON='blub'
POWERLEVEL9K_HOME_ICON=' '
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(status vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(dir root_indicator background_jobs time)
POWERLEVEL9K_PUBLIC_IP_ICON=" "
POWERLEVEL9K_OK_ICON=" "
POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR="\uE0C6 "
POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR="\uE0C7"
POWERLEVEL9K_RIGHT_SUBSEGMENT_SEPARATOR="%F{$(( $DEFAULT_BACKGROUND - 2 ))}•%f"
ZSH_THEME="wedisagree"
plugins=(
git