Fix PATH, update antigen, disable instant prompt

This commit is contained in:
Fabian
2021-10-23 18:43:38 +02:00
parent 49490c15e4
commit 4afbe06d9b
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
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
export PATH="~/.local/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
[[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config
[[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config