dotfiles/bash/.bash_profile

19 lines
392 B
Bash
Raw Normal View History

2022-11-16 19:01:14 -07:00
#!/bin/bash
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-11-12 18:20:45 -07: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
2022-11-16 19:01:14 -07:00
export EDITOR=/usr/bin/vim
2022-10-26 12:05:56 -06:00
#source "/home/bryson/git/emsdk/emsdk_env.sh"