Change to emacs-bookmark.zsh

This commit is contained in:
2024-03-10 05:54:07 -07:00
parent 40900a9973
commit c971f1b6e8
2 changed files with 172 additions and 3 deletions

View File

@ -252,9 +252,12 @@ if cmd_exists direnv; then
fi
# Bookmarks
[ -v ZSH_BOOKMARK_DIR ] || ZSH_BOOKMARK_DIR="${HOME}/.cache/zsh/bookmarks"
[ -v ZSH_BOOKMARK_LS ] || ZSH_BOOKMARK_LS=true
source "${ZSH_CONFIG_DIR}/bookmark.zsh"
# [ -v ZSH_BOOKMARK_DIR ] || ZSH_BOOKMARK_DIR="${HOME}/.cache/zsh/bookmarks"
# [ -v ZSH_BOOKMARK_LS ] || ZSH_BOOKMARK_LS=true
# source "${ZSH_CONFIG_DIR}/bookmark.zsh"
[[ -v BM_MODE ]] || BM_CWD_LS=1
[[ -v BM_MODE ]] || BM_MODE=daemon
source "${ZSH_CONFIG_DIR}/emacs-bookmark.zsh"
# Platform specific stuff
[ -f /usr/bin/pacman ] && source "${ZSH_CONFIG_DIR}/arch.zsh"