Add xdg-open alias

main
Marko Korhonen 5 months ago
parent e54c621cda
commit 6d5a7a3ee0
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -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

Loading…
Cancel
Save