We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a7d1c2 + e1609f7 commit de535e1Copy full SHA for de535e1
root-files/home/beach/.bashrc
@@ -1,3 +1,8 @@
1
+# If this shell was started by SSHD, the environment variables need to be set:
2
+if [[ -z "${FLOWNATIVE_LIB_PATH}" ]]; then
3
+ source /home/beach/.env
4
+fi
5
+
6
# If not running interactively, skip the banner
7
if [[ -z "$PS1" ]]; then
8
export BANNER_FLOWNATIVE_SKIP="yes"
0 commit comments