1 2 3 4 5 6
#!/usr/bin/env zsh # Loads zshrc before running whatever commands were supplied to it. . "$ZDOTDIR/.zshrc" exec "$@"