diff options
| author | 2025-05-16 23:32:08 +0300 | |
|---|---|---|
| committer | 2025-05-16 23:32:08 +0300 | |
| commit | cefce84f5eb95884344c3f97fc710d4ac0626359 (patch) | |
| tree | 89f839582929b809be7e0858fabbcf20b425a57b /zsh/zshrc | |
| parent | Обновления конфигов (diff) | |
| download | dotfiles-cefce84f5eb95884344c3f97fc710d4ac0626359.tar.gz dotfiles-cefce84f5eb95884344c3f97fc710d4ac0626359.tar.bz2 dotfiles-cefce84f5eb95884344c3f97fc710d4ac0626359.tar.xz dotfiles-cefce84f5eb95884344c3f97fc710d4ac0626359.zip | |
Обновления конфигов
Diffstat (limited to 'zsh/zshrc')
| -rw-r--r-- | zsh/zshrc | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,15 +1,15 @@ source ~/.config/zsh/antigen.zsh -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 - +# 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 +# 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/p10k/powerlevel10k.zsh-theme +source ~/.config/zsh/theme/powerlevel10k.zsh-theme source ~/.config/zsh/conf.d/*.zsh source ~/.config/zsh/termsupport.zsh source ~/.config/zsh/title.zsh @@ -21,7 +21,6 @@ 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 |
