Use better open tool
This commit is contained in:
parent
e7d2bf3c13
commit
466d84938f
2 changed files with 3 additions and 2 deletions
|
@ -69,6 +69,7 @@ node default {
|
||||||
'oh-my-zsh-git',
|
'oh-my-zsh-git',
|
||||||
'onlyoffice-desktopeditors-portable',
|
'onlyoffice-desktopeditors-portable',
|
||||||
'pacaur',
|
'pacaur',
|
||||||
|
'perl-file-mimeinfo',
|
||||||
'pigz',
|
'pigz',
|
||||||
'playerctl',
|
'playerctl',
|
||||||
'postgresql',
|
'postgresql',
|
||||||
|
|
|
@ -10,8 +10,8 @@ alias refresh="cd $PWD > /dev/null"
|
||||||
alias c="clear"
|
alias c="clear"
|
||||||
alias e="exit"
|
alias e="exit"
|
||||||
alias no="yes n"
|
alias no="yes n"
|
||||||
alias open="xdg-open"
|
alias open="mimeopen"
|
||||||
alias browse "xdg-open ."
|
alias browse "mimeopen ."
|
||||||
|
|
||||||
# colourify things!
|
# colourify things!
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
|
|
Loading…
Reference in a new issue