Created
October 6, 2025 16:14
-
-
Save hartsock/123c8b077f0c6c01ccefa8046265ebe5 to your computer and use it in GitHub Desktop.
~/.zshrc
This file contains hidden or 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
export IP_ADDR=`ipconfig getifaddr en0` | |
export PS1="%n@$IP_ADDR:%~ % # " | |
export PATH="$HOME/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment