mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Adds zathura after run.
This commit is contained in:
12
runs/after/zathura
Executable file
12
runs/after/zathura
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
install() {
|
||||
xdg-mime default org.pwmt.zathura.desktop application/pdf
|
||||
}
|
||||
|
||||
arg=${1:-""}
|
||||
[[ $arg == "install" ]] && install
|
||||
Reference in New Issue
Block a user