ZSH: Linted files
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
if [[ -d "${ZAUTOLOADDIR}" ]]; then
|
||||
|
||||
fpath=($fpath ${ZAUTOLOADDIR})
|
||||
fpath=($fpath ${ZAUTOLOADDIR})
|
||||
|
||||
# Load functions
|
||||
for func in ${ZAUTOLOADDIR}/*; do
|
||||
autoload -Uz ${func:t}
|
||||
done
|
||||
fi
|
||||
# Load functions
|
||||
for func in ${ZAUTOLOADDIR}/*; do
|
||||
autoload -Uz ${func:t}
|
||||
done
|
||||
fi
|
||||
|
||||
@@ -21,6 +21,5 @@ export PYTHONUSERBASE=${HOME}/.local
|
||||
export INPUTRC="${XDG_CONFIG_HOME}/readline/inputrc"
|
||||
export MANPATH="${MANPATH-$(manpath)}:${HOME}/.local/share/man"
|
||||
|
||||
|
||||
# EZA
|
||||
EZA_CONFIG_DIR=${XDG_CONFIG_HOME}/eza
|
||||
@@ -1,4 +1,5 @@
|
||||
# zsh-history-substring-search configuration
|
||||
# Keybindings
|
||||
bindkey '^[[A' history-substring-search-up # or '\eOA'
|
||||
bindkey '^[[B' history-substring-search-down # or '\eOB'
|
||||
|
||||
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=1
|
||||
Reference in New Issue
Block a user