Skip to content

Instantly share code, notes, and snippets.

@SirJson
Created June 30, 2020 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirJson/5ada816aa666070ba28f9117d32bfda1 to your computer and use it in GitHub Desktop.
Save SirJson/5ada816aa666070ba28f9117d32bfda1 to your computer and use it in GitHub Desktop.
How to make zsh use .profile
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