commit d523dec84fc26d2323bee52cdf587139d1dc1f14 parent 3b3920ca2a7846889cde8fae9fa5e7998f8880df Author: Anders Damsgaard <adc@geo.au.dk> Date: Wed, 24 Oct 2012 10:34:35 +0200 Added xdg-open -> open alias Diffstat:
M | bashrc | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bashrc b/bashrc @@ -57,6 +57,7 @@ alias l='ls -CF' alias play='mpg123 --title -C' # Set bash title for certain terminals #echo -n -e "\033]0;`hostname`\007" +alias open='xdg-open' # Dircolors export CLICOLOR=1