summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2021-10-21 15:49:19 -0400
committerSeth Flynn <[email protected]>2021-10-21 15:51:45 -0400
commita23cd449ae9e41d3c7681924ad740b5a7c8398a0 (patch)
treeeefb3d6b2215fb817989f1d67d12771c5981933f /shells
parent19cc17f60df5f754ab2a12f544a64ef4ddcc731e (diff)
switch back to starship prompt
Diffstat (limited to 'shells')
m---------shells/.local/share/zsh/powerlevel10k0
-rw-r--r--shells/.zshrc12
2 files changed, 1 insertions, 11 deletions
diff --git a/shells/.local/share/zsh/powerlevel10k b/shells/.local/share/zsh/powerlevel10k
-Subproject 7a72acf5635cfc09aa544bfb70e13ad46faa432
+Subproject ed0bd29416af583b22e6e7b03f9f6d449c4522c
diff --git a/shells/.zshrc b/shells/.zshrc
index c1bc735..6d93adf 100644
--- a/shells/.zshrc
+++ b/shells/.zshrc
@@ -1,10 +1,3 @@
-# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
-# Initialization code that may require console input (password prompts, [y/n]
-# confirmations, etc.) must go above this block; everything else may go below.
-if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
- source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
-fi
-
#
# g3tchoo's zshrc
#
@@ -39,7 +32,4 @@ alias la='ls -a'
alias g='git'
source $HOME/.local/share/zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
-source $HOME/.local/share/zsh/powerlevel10k/powerlevel10k.zsh-theme
-
-# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
-[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
+eval "$(starship init zsh)"