nvim major update and added devenv to zshrc

This commit is contained in:
2026-06-20 14:12:57 +01:00
parent 39b049d633
commit 44fb4e1bc1
3 changed files with 5 additions and 2 deletions

2
.nixos

Submodule .nixos updated: 7c74a61821...2a0fbdcd16

3
.zshrc
View File

@@ -8,6 +8,9 @@ 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)"
# Add devenv
eval "$(devenv hook zsh)"
# make nix shell zsh instead of bash
any-nix-shell zsh --info-right | source /dev/stdin