Changed some files

This commit is contained in:
2025-03-05 13:09:10 -08:00
parent 8e8e8ede94
commit b07fd1161b
4 changed files with 34 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ fi
#extend path
path=(~/bin $path)
path=(~/.local/bin $path)
path=(~/.cache/lk-tools/fzf/bin $path)
# Load Zinit
source "${ZINIT_HOME}/zinit.zsh"
@@ -104,7 +104,7 @@ _fzf_comprun() {
*) fzf --preview 'bat -n --color=always --line-range :500 {}' "$@" ;;
esac
}
export BAT_THEME=Dracula
export BAT_THEME=Nord
eval "$(zoxide init zsh)"
alias cd='z'