Created
October 13, 2022 13:54
-
-
Save mCzolko/47eebc291445732cb4b6bb3e2b2731c8 to your computer and use it in GitHub Desktop.
add `source ~/.bash_profile` to .zprofile
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
export NVM_DIR="$HOME/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
alias reload="source ~/.bash_profile && echo Bash profile reloaded" | |
alias ll="ls -al" | |
alias cdw="cd ~/workspace" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment