mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Add open alias for xdg-open
This commit is contained in:
@ -15,6 +15,9 @@ zd() {
|
|||||||
z "$@" && printf " \U000F17A9 " && pwd || echo "Error: Directory not found"
|
z "$@" && printf " \U000F17A9 " && pwd || echo "Error: Directory not found"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
open() {
|
||||||
|
xdg-open "$@" >/dev/null 2>&1
|
||||||
|
}
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
alias ..='cd ..'
|
alias ..='cd ..'
|
||||||
|
Reference in New Issue
Block a user