Back to p10k

This commit is contained in:
Bartek Stalewski 2020-09-22 23:03:51 +02:00
parent 1814979fe8
commit f1e39f0cba
4 changed files with 1386 additions and 51 deletions

1379
zsh/p10k.zsh Normal file

File diff suppressed because it is too large Load diff

View file

@ -7,9 +7,6 @@ zstyle ':completion:*' menu select
export CLICOLOR=1
alias ll='ls -lh'
source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export FZF_DEFAULT_COMMAND='git ls-files --cached --others --exclude-standard 2>/dev/null|fd -H'
export FZF_CTRL_T_COMMAND='git ls-files --cached --others --exclude-standard 2>/dev/null|fd -H'
@ -22,5 +19,9 @@ _fzf_compgen_dir() {
fd -H --type d . "$1"
}
eval "$(starship init zsh)"
source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
source ~/.dotfiles/zsh/p10k.zsh
[ -e ~/.zshrc.local ] && source ~/.zshrc.local