dotfiles/bash/.bash_profile

17 lines
352 B
Bash
Raw Normal View History

2021-10-14 23:41:34 -06:00
# .bash_profile
2022-10-26 12:05:56 -06:00
PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.cargo/bin
2021-10-14 23:41:34 -06:00
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
2022-10-26 12:05:56 -06:00
. /usr/share/autojump/autojump.bash
2021-10-14 23:41:34 -06:00
export PATH
2022-10-26 12:05:56 -06:00
complete -cf doas
export PATH=$PATH:/home/bryson/.spicetify
#source "/home/bryson/git/emsdk/emsdk_env.sh"