diff --git a/bash/bash_profile b/bash/bash_profile index e69de29..7a55c40 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -0,0 +1,3 @@ +f [ -n "$DISPLAY" ]; then + BROWSER=firefox +fi