Add xdg-open alias

This commit is contained in:
Marko Korhonen 2024-01-28 19:13:17 +02:00
parent e54c621cda
commit 6d5a7a3ee0
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -10,6 +10,8 @@ alias gs='git status'
alias gpull='git pull'
alias gpush='git push'
alias o='xdg-open'
# Open nvim with diffview
# Handy plugin for viewing git diffs
# and handling merges