mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
Get rid of references to nix package manager which I don't use
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user