exit bashrc if not running interactively

enables sftp sessions
This commit is contained in:
Nick Morgan 2020-03-13 21:09:15 -05:00 committed by GitHub
parent 88ca767048
commit ad6034ebad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@
#
# ==============================================================================
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
export PS1="\[\e[31m\]tf-docker\[\e[m\] \[\e[33m\]\w\[\e[m\] > "
export TERM=xterm-256color
alias grep="grep --color=auto"