mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
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:
parent
d15774c5cc
commit
85d151df03
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
[ -f ~/.bash_profile ] && source ~/.bash_profile
|
|
||||||
|
|
||||||
PARAMS=()
|
PARAMS=()
|
||||||
|
|
||||||
function add-boolean-param {
|
function add-boolean-param {
|
||||||
|
Loading…
Reference in New Issue
Block a user