From 2dbfeed8171ec1a51742e6f88436b0bc063c2544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Mon, 9 Mar 2026 14:20:37 +0100 Subject: [PATCH] Unset mn5 default bash functions in nix-portable --- pkgs/nix-portable/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/nix-portable/default.nix b/pkgs/nix-portable/default.nix index deed9252..a1b3c6e7 100644 --- a/pkgs/nix-portable/default.nix +++ b/pkgs/nix-portable/default.nix @@ -268,6 +268,9 @@ let export SHELL="${pkgs.bashInteractive.out}/bin/bash" export PS1="\n\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\u@\h:\w]\$\[\033[0m\] " + # unset bash function aliases + unset -f which ml module + ### setup SSL # find ssl certs or use from nixpkgs debug "figuring out ssl certs"