Add extra checks to bookmark names

This commit is contained in:
2022-11-08 22:15:32 -08:00
parent 2c6de4d2ae
commit 6433a7bdbf
2 changed files with 8 additions and 2 deletions

View File

@ -9,8 +9,8 @@ function load_plugin {
source "${ZSH_PLUGIN_DIR}/${1}/${1}.plugin.zsh"
}
__ZSH_EARLY_LOCAL_FILE="${ZSH_CONFIG_DIR}/local-early.zsh"
[ -e "${__ZSH_EARLY_LOCAL_FILE}" ] && source "${__ZSH_EARLY_LOCAL_FILE}"
ZSH_EARLY_LOCAL_FILE="${ZSH_CONFIG_DIR}/local-early.zsh"
[ -e "${ZSH_EARLY_LOCAL_FILE}" ] && source "${ZSH_EARLY_LOCAL_FILE}"
# Some options
setopt autocd extendedglob rm_star_silent