From 541dcb98c9d81525530b29df67eac939a6614fd6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 3 Apr 2013 01:55:21 +0200 Subject: zsh: Add xls suffix alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 1d167ee..fcda0bd 100644 --- a/.zshrc +++ b/.zshrc @@ -33,6 +33,7 @@ alias mysql="mysql --pager" # Suffix aliases alias -s pdf="zathura" +alias -s xls="libreoffice" setopt notify setopt PROMPT_SUBST # Allow for functions in the prompt -- cgit v1.2.3-54-g00ecf