- Fix file_disable function export.

This commit is contained in:
Arnaud G. GIBERT 2025-11-28 10:12:07 +01:00
parent e64e12a8dd
commit 8c8276691d

View File

@ -50,7 +50,7 @@ file_disable()
fi \n\ fi \n\
} \n\ } \n\
\n\ \n\
export -f file_disenable \n\ export -f file_disable \n\
\n\ \n\
alias ll="ls -la" \n\ alias ll="ls -la" \n\
alias em="emacs"' alias em="emacs"'