Unset mn5 default bash functions in nix-portable

This commit is contained in:
2026-03-09 14:20:37 +01:00
parent 09ae9d3fa7
commit 4d3e5ebba3

View File

@@ -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"