diff --git a/roles/bash/files/profile b/roles/bash/files/profile index 2902389..24b80c8 100644 --- a/roles/bash/files/profile +++ b/roles/bash/files/profile @@ -35,6 +35,8 @@ export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' # Prevent path_helper from messing with the PATH when starting tmux. # See: https://superuser.com/a/583502 +# shellcheck disable=SC2123 # PATH is being intentionally manipulated here. +# shellcheck disable=SC1091 # /etc/profile is provided by macOS. [ "$(uname)" == "Darwin" ] && { PATH=""; source /etc/profile; } prepend_dir() { # 1: dir to add, 2: variable to manipulate