Created
June 30, 2020 13:54
-
-
Save SirJson/5ada816aa666070ba28f9117d32bfda1 to your computer and use it in GitHub Desktop.
How to make zsh use .profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emulate sh | |
. ~/.profile | |
emulate zsh | |
# Why is that not the default behaviour? | |
# https://superuser.com/questions/187639/zsh-not-hitting-profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment