Skip to content

Instantly share code, notes, and snippets.

@mCzolko
Created October 13, 2022 13:54
Show Gist options
  • Save mCzolko/47eebc291445732cb4b6bb3e2b2731c8 to your computer and use it in GitHub Desktop.
Save mCzolko/47eebc291445732cb4b6bb3e2b2731c8 to your computer and use it in GitHub Desktop.
add `source ~/.bash_profile` to .zprofile
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