1
0

add alacritty config

This commit is contained in:
2025-02-14 02:14:03 +01:00
parent 4ca00b7aac
commit 5adbb64c2b
4 changed files with 139 additions and 33 deletions

View File

@@ -8,6 +8,8 @@ setopt HIST_IGNORE_SPACE # Do not record an event starting with a space.
unsetopt HIST_SAVE_NO_DUPS # Do not write a duplicate event to the history file.
setopt SHARE_HISTORY # Share history between all sessions.
bindkey '^R' history-incremental-search-backward
setopt AUTO_PUSHD # Push the current directory visited on the stack.
setopt PUSHD_IGNORE_DUPS # Do not store duplicates in the stack.
setopt PUSHD_SILENT # Do not print the directory stack after pushd or popd.