-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bash_profile
31 lines (22 loc) · 986 Bytes
/
.bash_profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
echo "[Running dotfiles .bash_profile]"
##############################################################
# load Square specific bash_profile
##############################################################
source ~/Development/config_files/square/bash_profile
##############################################################
## Blah
## source ~/.bash_local
###########################################
# Feel free to make your own changes below.
###########################################
# vim: filetype=sh
# removed when switching to vim
source ~/Code/dotfiles/.my_bash_aliases
# Set PATH, MANPATH, etc., for Homebrew.
eval "$(/opt/homebrew/bin/brew shellenv)"
# Added by Toolbox App
export PATH="$PATH:/Users/seana/Library/Application Support/JetBrains/Toolbox/scripts"
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export GPG_TTY=$(tty)
. "$HOME/.cargo/env"