mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Don't hang the opening terminal
This commit is contained in:
@ -15,7 +15,7 @@ zd() {
|
||||
fi
|
||||
}
|
||||
open() {
|
||||
xdg-open "$@" >/dev/null 2>&1
|
||||
xdg-open "$@" >/dev/null 2>&1 &
|
||||
}
|
||||
|
||||
# Directories
|
||||
|
Reference in New Issue
Block a user