Improve nix init

main
Yax 5 days ago
parent 0b9d874390
commit d208a5dafb

@ -200,7 +200,9 @@ fi
# Nix
# ---------------------------------------------------------------------------
if command nix-env &>/dev/null; then
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
. $HOME/.nix-profile/etc/profile.d/nix.sh;
alias nix-update='nix-channel --update && nix-env -u'
nix-search() {

Loading…
Cancel
Save