fish: added o alias for xdg-open

This commit is contained in:
Marcel Kapfer 2017-07-31 17:56:27 +02:00
parent 3f7793e2cc
commit c6486e92e1
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ alias Q=' exit'
alias x=' exit'
alias cd..='cd ..'
alias sbcl='rlwrap sbcl'
alias o='xdg-open'
alias mmk2410='~/.mmk2410'
if [ -z $SSH_CLIENT ]