dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 6af7882d119730cb1751e40f5aab7e6a93632546
parent 3cc13c52d5e91178a6a4d8706169eac652e14a30
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  6 Nov 2019 16:50:58 +0100

Associate one more office file type with libreoffice

Diffstat:
M.local/bin/xdg-open | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.local/bin/xdg-open b/.local/bin/xdg-open @@ -56,6 +56,7 @@ handle_target() { application/msword*|\ application/*-excel*|\ application/*powerpoint*|\ + application/octet-stream|\ application/zip) libreoffice "$1" >/dev/null 2>&1 & return 0;;