made nvim editor and made nix shells more usable

This commit is contained in:
2026-04-16 17:30:06 +01:00
parent b57f06fbc5
commit 7addd55554
2 changed files with 7 additions and 1 deletions

2
.nixos

Submodule .nixos updated: cba857e830...fea8fde271

6
.zshrc
View File

@@ -8,6 +8,12 @@ zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]}' 'r:|[._-]=* r:|=
# init oh my posh with theme from stow
eval "$(oh-my-posh init zsh --config $HOME/.config/oh-my-posh/zen.toml)"
# make nix shell zsh instead of bash
any-nix-shell zsh --info-right | source /dev/stdin
# make nvim main editor
export EDITOR=nvim
# Fzf history search
source <(fzf --zsh)