Advertisement
Guest User

bash_profile

a guest
Jan 3rd, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #
  2. # ~/.bash_profile
  3. #
  4.  
  5. [[ -f ~/.bashrc ]] && . ~/.bashrc
  6. export EDITOR=vim
  7. export BROWSER=firefox
  8. XDG_CONFIG_HOME="$HOME/.config"
  9. export XDG_CONFIG_HOME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement