ops bashrc stuff and autoenv
This commit is contained in:
parent
23484216c6
commit
e35f03aa3a
@ -38,10 +38,12 @@ _source_host_specific_rcfile(){
|
||||
_source_bash_extras()
|
||||
{
|
||||
local _BASH_EXTRAS="
|
||||
$HOME/.bashrc_local
|
||||
$HOME/.bash_aliases
|
||||
$HOME/.bash_functions
|
||||
/etc/bash_completion
|
||||
$HOME/.bash_completion
|
||||
$HOME/.autoenv/activate.sh
|
||||
"
|
||||
for ext in $_BASH_EXTRAS ; do
|
||||
if [ -e "$ext" ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user