Bash : Fix find_function export.
This commit is contained in:
parent
d2df577a57
commit
a8b841796b
|
@ -16,6 +16,7 @@ in {
|
|||
|
||||
# Export all functions.
|
||||
export -f $(find_function | tr '\n' ' ')
|
||||
export -f find_function
|
||||
|
||||
# Autostart Sway.
|
||||
if [[ -z $DISPLAY ]] && [[ "$(tty)" = "/dev/tty1" ]]; then
|
||||
|
|
Loading…
Reference in a new issue