Add bash_profile for loading bashrc

This commit is contained in:
Daniel A. Maierhofer
2018-03-26 10:47:20 +02:00
parent e0d73350bf
commit e21d40ed90
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# {{ ansible_managed }}
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
export PATH=$PATH:$HOME/bin
export EDITOR=vim
export PAGER=less
export VISUAL=vim