dotfiles.pub/_zprofile
2025-09-06 23:22:29 +02:00

5 lines
134 B
Bash
Executable file

#!/bin/sh
[ -f "$HOME/.bash_profile" ] && emulate sh -c "source $HOME/.bash_profile"
[ -f "$HOME/.zshrc" ] && source "$HOME/.zshrc"