Add bash_profile for loading bashrc
This commit is contained in:
9
templates/bash_profile.j2
Normal file
9
templates/bash_profile.j2
Normal 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
|
||||
Reference in New Issue
Block a user