diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-11-19 10:52:14 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-24 22:46:33 +0900 |
| commit | 19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c (patch) | |
| tree | ba78ce810630ce6d23ba143e7ba9415185746c90 /.zshrc | |
| parent | b5dfc713aadec9fdfc59a35cd1e512aa7428e123 (diff) | |
| download | dotfiles-19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c.tar.gz dotfiles-19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c.tar.zst dotfiles-19fdbdddcd2dd0a43164dc50c0c0b840b2f8ae5c.zip | |
home-manager: fill the gap between envs
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
