Improve nix init
This commit is contained in:
parent
0b9d874390
commit
d208a5dafb
1 changed files with 4 additions and 2 deletions
|
@ -200,10 +200,12 @@ 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() {
|
||||
nix-env -qa --description ".*$1.*"
|
||||
}
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue