chore(zsh): updates, fixes p10k.zsh perms

This commit is contained in:
2023-08-28 16:23:07 +03:00
parent b1c9032c7d
commit eb7267736e
3 changed files with 13 additions and 4 deletions

View File

@@ -3,9 +3,11 @@
# Defaults
export DOTFILES="$HOME/.dotfiles"
# shellcheck source=shared.sh
# shellcheck source=scripts/shared.sh
source "$DOTFILES/scripts/shared.sh"
export COMPLETION_WAITING_DOTS=true
# Run x-load-configs in your terminal to reload the files.
function x-load-configs()
{
@@ -60,6 +62,7 @@ have antigen && {
&& source "${DOTFILES}/config/fzf/fzf.zsh"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
# shellcheck source=config/zsh/p10k.zsh
export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh"
[[ ! -f $P10K_LOCATION ]] || source "$P10K_LOCATION"