dotfiles/.profile

5 lines
125 B

# https://tratt.net/laurie/blog/2024/faster_shell_startup_with_shell_switching.html
1 year ago
if [[ $- == *"i"* ]]; then
exec zsh
fi