Add extra checks to bookmark names
This commit is contained in:
4
init.zsh
4
init.zsh
@ -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
|
||||
|
Reference in New Issue
Block a user