From 03bd3f29228f645f9849a42d674b2bc1e40ba163 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Tue, 31 Aug 2021 15:24:13 -0500 Subject: [PATCH 1/2] Allow nix --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index 4d93aed..9c85d42 100644 --- a/zshrc +++ b/zshrc @@ -97,6 +97,11 @@ if [ -f $HOME/.keysrc ]; then source $HOME/.keysrc fi +# Allow nix if possible +if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then + source $HOME/.nix-profile/etc/profile.d/nix.sh +fi + # Rust if [ -d $HOME/.cargo ]; then source $HOME/.cargo/env From a6986539f27a74715796fcefee2f68b60a9693b9 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Tue, 31 Aug 2021 15:26:00 -0500 Subject: [PATCH 2/2] Update submodules --- vim/pack/normal/start/vim-airline-themes | 2 +- vim/pack/normal/start/vim-elixir | 2 +- zsh/powerlevel10k | 2 +- zsh/zsh-autosuggestions | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vim/pack/normal/start/vim-airline-themes b/vim/pack/normal/start/vim-airline-themes index 140238f..97cf3e6 160000 --- a/vim/pack/normal/start/vim-airline-themes +++ b/vim/pack/normal/start/vim-airline-themes @@ -1 +1 @@ -Subproject commit 140238f65ef8168f2b046c52c6297cc596f8b347 +Subproject commit 97cf3e6e638f936187d5f6e9b5eb1bdf0a4df256 diff --git a/vim/pack/normal/start/vim-elixir b/vim/pack/normal/start/vim-elixir index c3cb96e..c29c1ed 160000 --- a/vim/pack/normal/start/vim-elixir +++ b/vim/pack/normal/start/vim-elixir @@ -1 +1 @@ -Subproject commit c3cb96e153728fbfd050173b4af19118b131f278 +Subproject commit c29c1ede8f9f12d9c76b7c8b5b8ead7690c5792c diff --git a/zsh/powerlevel10k b/zsh/powerlevel10k index d26bdcd..f5d6184 160000 --- a/zsh/powerlevel10k +++ b/zsh/powerlevel10k @@ -1 +1 @@ -Subproject commit d26bdcd6010cfe82bc7bab07e4363b40be834cc8 +Subproject commit f5d61840ae3a4f8c2765e1a67d94d9a96de71601 diff --git a/zsh/zsh-autosuggestions b/zsh/zsh-autosuggestions index ae315de..a411ef3 160000 --- a/zsh/zsh-autosuggestions +++ b/zsh/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d +Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8