summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
author2025-04-22 21:01:06 +0300
committer2025-04-22 21:01:06 +0300
commit9ce255278b1ac657717e288eab8e177b1bd97b36 (patch)
treeef03d69ef02640d3da8ae0dcdcd377c3c9242fe7 /zsh/zshrc
parentFixed zsh config (diff)
downloaddotfiles-9ce255278b1ac657717e288eab8e177b1bd97b36.tar.gz
dotfiles-9ce255278b1ac657717e288eab8e177b1bd97b36.tar.bz2
dotfiles-9ce255278b1ac657717e288eab8e177b1bd97b36.tar.xz
dotfiles-9ce255278b1ac657717e288eab8e177b1bd97b36.zip
Fixed zsh config
Diffstat (limited to '')
-rw-r--r--zsh/zshrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 5902c89..1da4b7c 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -4,13 +4,12 @@ if command -v git >/dev/null && [ ! -d ~/.config/zsh/powerlevel10k ]; then
echo "info: installing p10k"
git clone --depth 1 --single-branch https://github.com/romkatv/powerlevel10k.git ~/.config/zsh/powerlevel10k
fi
-source ~/.config/zsh/powerlevel10k/powerlevel10k.zsh-theme
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
-source ~/.config/zsh/powerlevel10k/powerlevel10k.zsh-theme
+source ~/.config/zsh/p10k/powerlevel10k.zsh-theme
source ~/.config/zsh/p10k.zsh
antigen bundle zsh-users/zsh-syntax-highlighting
@@ -18,7 +17,7 @@ antigen bundle zsh-users/zsh-history-substring-search
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions
antigen bundle ael-code/zsh-colored-man-pages
-
+antigen theme romkatv/powerlevel10k
antigen apply
# Exports