From 1b36c70512d1439a0d5dcf1a55c77d6452588496 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 Reviewed-by: Rodrigo Arias Mallo --- 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 deed92524..a1b3c6e7b 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"