···77alias ngrok='/Applications/ngrok'
88alias cat='bat'
991010+export PYTHONPATH=$(brew --prefix)/lib/python3.13/site-packages
1111+1212+pw() {
1313+ branch=${1:-'origin/main'}
1414+ git add -p && git commit -m 'wip' && git fetch && git rebase $branch && git push --force-with-lease
1515+}
1616+1717+JSII_SILENCE_WARNING_UNTESTED_NODE_VERSION=1
10181119# Set name of the theme to load --- if set to "random", it will
1220# load a random theme each time oh-my-zsh is loaded, in which case,
···115123export PATH="$HOME/.gem/ruby/2.6.0/bin:$PATH"
116124export PATH="/usr/local/opt/ruby/bin:$PATH"
117125export PATH="/usr/local/opt/ruby/bin:/usr/local/lib/ruby/gems/3.0.0/bin:$PATH"
126126+export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"