Use better open tool

This commit is contained in:
Jake Howard 2017-11-17 09:06:17 +00:00
parent e7d2bf3c13
commit 466d84938f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 3 additions and 2 deletions

View File

@ -69,6 +69,7 @@ node default {
'oh-my-zsh-git',
'onlyoffice-desktopeditors-portable',
'pacaur',
'perl-file-mimeinfo',
'pigz',
'playerctl',
'postgresql',

View File

@ -10,8 +10,8 @@ alias refresh="cd $PWD > /dev/null"
alias c="clear"
alias e="exit"
alias no="yes n"
alias open="xdg-open"
alias browse "xdg-open ."
alias open="mimeopen"
alias browse "mimeopen ."
# colourify things!
alias ls='ls --color=auto'