zsh: open any PDF with zathura
This commit is contained in:
parent
978b30e663
commit
2c5099ea7b
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.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
|
||||
|
|
Loading…
Reference in a new issue