mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-28 09:41:02 +01:00
minimal: More zsh fixes
This commit is contained in:
parent
a56a63cddd
commit
68b04ca784
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
PYTHONSTARTUP = "${XDG_CONFIG_HOME}/python/pythonrc";
|
||||
RUSTUP_HOME = "${XDG_DATA_HOME}/rustup";
|
||||
WINEPREFIX = "${XDG_DATA_HOME}/wine";
|
||||
DELTA_PAGER = "less -+X";
|
||||
};
|
||||
|
||||
home.packages =
|
||||
|
|
@ -311,6 +312,8 @@
|
|||
envExtra = "export EDITOR=nvim";
|
||||
|
||||
initExtra = ''
|
||||
bindkey -e
|
||||
|
||||
export PATH="$PATH:$HOME/bin";
|
||||
if [ -f "$HOME/.zvars" ]; then
|
||||
source "$HOME/.zvars"
|
||||
|
|
@ -348,6 +351,7 @@
|
|||
|
||||
zstyle ':completion:*' menu select
|
||||
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND=""
|
||||
HISTORY_SUBSTRING_SEARCH_PREFIXED=1
|
||||
bindkey "^[[A" history-substring-search-up
|
||||
bindkey "^[[B" history-substring-search-down
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue