diff --git a/.config/nvim b/.config/nvim index e46d9317..a2cc4a6c 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit e46d931775275918876fcde65d03e4dcffa45efa +Subproject commit a2cc4a6c4519c88b46da6789a59c590dbce432c9 diff --git a/.nixos b/.nixos index 7c74a618..2a0fbdcd 160000 --- a/.nixos +++ b/.nixos @@ -1 +1 @@ -Subproject commit 7c74a618218abd1877f9b558cb6ab8e6773ffc09 +Subproject commit 2a0fbdcd16f8177ae8ba704d404bd8ca8c9fce16 diff --git a/.zshrc b/.zshrc index 7a36a4e2..7c92b891 100755 --- a/.zshrc +++ b/.zshrc @@ -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