From 2c5099ea7bbdc6899166e564b39862ed5af6fdc4 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 15 Feb 2013 00:31:56 +0100 Subject: zsh: open any PDF with zathura --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index a25a331..1d167ee 100644 --- a/.zshrc +++ b/.zshrc @@ -31,6 +31,9 @@ alias less=$LESSCMD alias ls="ls -F --color=always" alias mysql="mysql --pager" +# Suffix aliases +alias -s pdf="zathura" + setopt notify setopt PROMPT_SUBST # Allow for functions in the prompt setopt EXTENDED_GLOB -- cgit v1.2.3-54-g00ecf