mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +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"
|
||||
fi
|
||||
}
|
||||
open() {
|
||||
xdg-open "$@" >/dev/null 2>&1
|
||||
}
|
||||
|
||||
# Directories
|
||||
alias ..='cd ..'
|
||||
|
||||
Reference in New Issue
Block a user