Don't hang the opening terminal

This commit is contained in:
David Heinemeier Hansson
2025-07-16 13:15:12 -07:00
parent 28dc1f505c
commit ea9d451474

View File

@ -15,7 +15,7 @@ zd() {
fi fi
} }
open() { open() {
xdg-open "$@" >/dev/null 2>&1 xdg-open "$@" >/dev/null 2>&1 &
} }
# Directories # Directories