trying to fix bookmark stuff

This commit is contained in:
2025-10-14 19:55:55 -07:00
parent a3605efaf3
commit e24fdc0691
6 changed files with 349 additions and 2 deletions
+8
View File
@@ -4,6 +4,14 @@
setopt HIST_VERIFY # Confirm !! and similar before executing
export PATH="$PATH:$HOME/.local/bin"
fpath=(~/.zsh/completion $fpath)
autoload -Uz compinit
compinit
export EDITOR="nvim"
#######################################################
# PROMPT
#######################################################