summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-02-27 16:28:18 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-02-27 16:28:18 +0100
commit527cfcd015781f5c48c3c594acf98a43800990b3 (patch)
treeb9df0b05a964753d95f6f6398e94d11feaa7fd3e
parentc304f0a2ed607c42a14b0b945100cb355f0eebda (diff)
downloadnixos-527cfcd015781f5c48c3c594acf98a43800990b3.tar
nixos-527cfcd015781f5c48c3c594acf98a43800990b3.tar.gz
nixos-527cfcd015781f5c48c3c594acf98a43800990b3.tar.bz2
nixos-527cfcd015781f5c48c3c594acf98a43800990b3.tar.xz
nixos-527cfcd015781f5c48c3c594acf98a43800990b3.zip
...
-rw-r--r--accounts/gkleen@sif/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index 3d6a3f61..d15f98b8 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -135,7 +135,7 @@ dir() {
135 "g") gitWorktree=${OPTARG} ;; 135 "g") gitWorktree=${OPTARG} ;;
136 # "n") notmuchMsg=${OPTARG} ;; 136 # "n") notmuchMsg=${OPTARG} ;;
137 "q") quickserve=true ;; 137 "q") quickserve=true ;;
138 "p") modifyPDF=${OPTARG} ;; 138 "p") modifyPDF=${OPTARG:a} ;;
139 *) printf "Invalid option: %s\n" $arg >&2; exit 2 ;; 139 *) printf "Invalid option: %s\n" $arg >&2; exit 2 ;;
140 esac 140 esac
141 done 141 done