Get rid of references to nix package manager which I don't use

This commit is contained in:
2018-07-19 21:00:51 +01:00
parent 994e53e05d
commit 97777d380b
2 changed files with 0 additions and 10 deletions

View File

@@ -23,9 +23,6 @@ elif [ -n "$ZSH_VERSION" ]; then
source "$DOTSHELL/zshrc.zsh"
fi
# Package management
source "$DOTSHELL/nix.sh"
# Aliases
source "$DOTSHELL/aliases.sh"

View File

@@ -1,7 +0,0 @@
#
# Nix package manager
#
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
source "$HOME/.nix-profile/etc/profile.d/nix.sh"
fi