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',
|
||||
'onlyoffice-desktopeditors-portable',
|
||||
'pacaur',
|
||||
'perl-file-mimeinfo',
|
||||
'pigz',
|
||||
'playerctl',
|
||||
'postgresql',
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue