Skip to content

Commit

Permalink
chore: add more helpful aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Jul 25, 2024
1 parent 13b7fa1 commit 1d90098
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export PATH=$PATH:$DIR/scripts
export PATH=/opt/homebrew/bin:$PATH
export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
export PATH="$PATH:/Users/ashishb/.cargo/bin"
export PATH="$PATH:/Applications/PyCharm CE.app/Contents/MacOS"
export PATH="$PATH:$HOME/.local/bin"
alias charm=pycharm
alias rbm=rubymine

# A function to change title (works in iTerm).
function title {
Expand Down

0 comments on commit 1d90098

Please sign in to comment.