mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
Improve nix init
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user