dotfiles/bash/.bash_profile

16 lines
326 B
Bash
Raw Normal View History

<<<<<<< HEAD
=======
2020-02-17 22:07:39 -05:00
#
# ~/.bash_profile
#
2020-01-15 14:14:30 -05:00
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
2020-02-17 22:07:39 -05:00
[[ -f ~/.bashrc ]] && . ~/.bashrc
export XDG_CONFIG_HOME="$HOME/.config"
#export DISPLAY=:0
export BROWSER=firefox
export EDITOR=vim
export TERM=screen-256color
>>>>>>> 05f5a5326ea758311bda4cc4225cd0ce265b8ec0