1 2 3 4 5 6
#!/usr/bin/env zsh if [ -f "${HOME}"/.profile ] then emulate sh -c ". ${HOME}/.profile" fi
Consider giving Nix/NixOS a try! <3