zsh: Add xls suffix alias

This commit is contained in:
Tom Willemsen 2013-04-03 01:55:21 +02:00
parent 9786d89c93
commit 541dcb98c9

1
.zshrc
View file

@ -33,6 +33,7 @@ alias mysql="mysql --pager"
# Suffix aliases # Suffix aliases
alias -s pdf="zathura" alias -s pdf="zathura"
alias -s xls="libreoffice"
setopt notify setopt notify
setopt PROMPT_SUBST # Allow for functions in the prompt setopt PROMPT_SUBST # Allow for functions in the prompt