FollieHiyuki-dotfiles/home/.bash_profile

9 lines
293 B
Bash
Raw Permalink Normal View History

2021-02-13 11:28:59 -05:00
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
# PATH
export PATH=$HOME/.local/bin:$HOME/.local/bin/fzf:$NODENV_ROOT/bin:$PYENV_ROOT/bin:$POETRY_HOME/bin:$CARGO_HOME/bin:$GOPATH/bin:$NPM_CONFIG_PREFIX/bin:$PATH
2021-02-13 11:28:59 -05:00
# if [[ "$(tty)" = "/dev/tty1" ]]; then
# exec startx $HOME/.config/X11/xinitrc
# fi