Compare commits

...

2 commits

Author SHA1 Message Date
a6986539f2
Update submodules 2021-08-31 15:26:00 -05:00
03bd3f2922
Allow nix 2021-08-31 15:24:13 -05:00
5 changed files with 9 additions and 4 deletions

@ -1 +1 @@
Subproject commit 140238f65ef8168f2b046c52c6297cc596f8b347
Subproject commit 97cf3e6e638f936187d5f6e9b5eb1bdf0a4df256

@ -1 +1 @@
Subproject commit c3cb96e153728fbfd050173b4af19118b131f278
Subproject commit c29c1ede8f9f12d9c76b7c8b5b8ead7690c5792c

@ -1 +1 @@
Subproject commit d26bdcd6010cfe82bc7bab07e4363b40be834cc8
Subproject commit f5d61840ae3a4f8c2765e1a67d94d9a96de71601

@ -1 +1 @@
Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d
Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8

5
zshrc
View file

@ -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