diff --git a/roles/bash/files/profile b/roles/bash/files/profile index 0a257e0..b0bccb6 100644 --- a/roles/bash/files/profile +++ b/roles/bash/files/profile @@ -1,3 +1,5 @@ +# shellcheck shell=bash + # Return immediately if non-interactive (makes FTP clients happy) [[ "$-" == *i* ]] || return