mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +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"
|
source "$DOTSHELL/zshrc.zsh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Package management
|
|
||||||
source "$DOTSHELL/nix.sh"
|
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
source "$DOTSHELL/aliases.sh"
|
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