Skip to content
Snippets Groups Projects

Distillery

Merged Robert Martin-Legene requested to merge distillery into master
4 files
+ 183
72
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -158,7 +158,7 @@ function usersetup
git pull
#
cd ~bfa
if expand < .bashrc | grep -Evq 'source .*bfa/bin/env'
if [ $( expand < .bashrc | grep -E 'source .*bfa/bin/env' | wc -l ) -eq 0 ]
then
info Adding to automatically source \~bfa/bfa/bin/env via .bashrc
echo 'source ~/bfa/bin/env' >> .bashrc
Loading