sh: Do not source ~/.bash_profile

This isn't an interactive script. Any relevant environment should
already be inherited from tmux, and sourcing ~/.bash_profile may cause
~/.bashrc to be sourced with unexpected effects.
This commit is contained in:
Robert Estelle 2020-07-29 11:23:33 -07:00 committed by Ferran Basora
parent d15774c5cc
commit 85d151df03

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
[ -f ~/.bash_profile ] && source ~/.bash_profile
PARAMS=()
function add-boolean-param {