Improve nix init
This commit is contained in:
parent
0b9d874390
commit
d208a5dafb
1 changed files with 4 additions and 2 deletions
|
@ -200,7 +200,9 @@ fi
|
||||||
# Nix
|
# 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'
|
alias nix-update='nix-channel --update && nix-env -u'
|
||||||
|
|
||||||
nix-search() {
|
nix-search() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue