ops bashrc stuff and autoenv

main
Dan Buch 12 years ago
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

@ -4,7 +4,6 @@ PATH="$HOME/bin:$PATH"
export PATH
export PS1="\u@\h:\w\$ "
test -f "$HOME/.bashrc_local" && source "$HOME/.bashrc_local"
if test -t 0
then

Loading…
Cancel
Save