From a02e009f02df9a76a925c6f6e4ea1985be88ae48 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Thu, 12 Apr 2018 09:00:39 +0200 Subject: [PATCH] [zsh] Get rid of Powerlevel9k + it's submodule --- .gitmodules | 3 --- home/.oh-my-zsh/custom/themes/powerlevel9k | 1 - home/.zshrc | 14 +------------- 3 files changed, 1 insertion(+), 17 deletions(-) delete mode 160000 home/.oh-my-zsh/custom/themes/powerlevel9k diff --git a/.gitmodules b/.gitmodules index aa61a8e..308656e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/home/.oh-my-zsh/custom/themes/powerlevel9k b/home/.oh-my-zsh/custom/themes/powerlevel9k deleted file mode 160000 index 862ff70..0000000 --- a/home/.oh-my-zsh/custom/themes/powerlevel9k +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 862ff70bfc965945f07fcabfc4a4d9f5f58e4fe2 diff --git a/home/.zshrc b/home/.zshrc index 6eb15b6..6ab391a 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -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