diff --git a/.bashrc b/.bashrc index d0dad10..f7f3843 100644 --- a/.bashrc +++ b/.bashrc @@ -16,7 +16,7 @@ norminette () { if [ ! "${version}" = "3.3.50" ]; then printf "%s\n" "Your norminette version is not 3.3.50, but ${version}, which will not catch some indentation errors. Please up-/downgrade. Exiting" fi - $(type -P norminette) "$@" + $(type -P norminette) -R CheckForbiddenSourceHeader "$@" } jmp () { cd "$(find . -name "${1}" -not -wholename "*mouli*" -print -quit)"