8 lines
120 B
Bash
8 lines
120 B
Bash
#
|
|
# ~/.bash_profile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
export EDITOR="/bin/vim"
|
|
export PATH="$HOME/.cargo/bin:$PATH"
|