aboutsummaryrefslogtreecommitdiffhomepage
path: root/.zshrc
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-11-19 10:52:14 +0900
committernsfisis <nsfisis@gmail.com>2024-03-24 22:46:33 +0900
commit19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c (patch)
treeba78ce810630ce6d23ba143e7ba9415185746c90 /.zshrc
parentb5dfc713aadec9fdfc59a35cd1e512aa7428e123 (diff)
downloaddotfiles-19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c.tar.gz
dotfiles-19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c.tar.zst
dotfiles-19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c.zip
home-manager: fill the gap between envs
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 1356d14..668ae7c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -206,6 +206,10 @@ zstyle ':completion:*' ignore-parents parent pwd ..
autoload -U zcalc
autoload zed
+
+bindkey -e
+
+
# Enable history completion
autoload history-search-end
zle -N history-beginning-search-backward-end history-search-end
@@ -288,9 +292,6 @@ HISTSIZE=1000000
SAVEHIST=1000000
-bindkey -e
-
-
function 256colors() {
local code
for code in {0..255}; do