Bash : Fix find_function export.

This commit is contained in:
Dmitry Voronin 2024-04-07 19:57:58 +03:00
parent d2df577a57
commit a8b841796b

View file

@ -16,6 +16,7 @@ in {
# Export all functions. # Export all functions.
export -f $(find_function | tr '\n' ' ') export -f $(find_function | tr '\n' ' ')
export -f find_function
# Autostart Sway. # Autostart Sway.
if [[ -z $DISPLAY ]] && [[ "$(tty)" = "/dev/tty1" ]]; then if [[ -z $DISPLAY ]] && [[ "$(tty)" = "/dev/tty1" ]]; then