summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-02-27 16:03:39 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-02-27 16:03:39 +0100
commitc304f0a2ed607c42a14b0b945100cb355f0eebda (patch)
tree220de91aa1bc8d48d6e23de70b84cd548383b88d /accounts/gkleen@sif
parentd438f5312d5c705b16181ffba3531d7304c09ddb (diff)
downloadnixos-c304f0a2ed607c42a14b0b945100cb355f0eebda.tar
nixos-c304f0a2ed607c42a14b0b945100cb355f0eebda.tar.gz
nixos-c304f0a2ed607c42a14b0b945100cb355f0eebda.tar.bz2
nixos-c304f0a2ed607c42a14b0b945100cb355f0eebda.tar.xz
nixos-c304f0a2ed607c42a14b0b945100cb355f0eebda.zip
...
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc
index 3136a8f6..3d6a3f61 100644
--- a/accounts/gkleen@sif/zshrc
+++ b/accounts/gkleen@sif/zshrc
@@ -115,7 +115,7 @@ dir() {
115 quickserve=false 115 quickserve=false
116 modifyPDF="" 116 modifyPDF=""
117 117
118 while getopts ':t:a:s:Sd:ir:wqg:n:p:' arg; do 118 while getopts ':t:a:s:Sd:ir:wqg:p:' arg; do
119 case $arg in 119 case $arg in
120 "t") ;; 120 "t") ;;
121 "a") 121 "a")
@@ -353,7 +353,7 @@ tmpdir() {
353 353
354 local tmpdir="" 354 local tmpdir=""
355 355
356 while getopts ':t:a:s:Sd:ir:wqg:n:' arg; do 356 while getopts ':t:a:s:Sd:ir:wqg:p:' arg; do
357 case $arg in 357 case $arg in
358 "t") tmpdir="=${OPTARG}" ;; 358 "t") tmpdir="=${OPTARG}" ;;
359 "?"|":") printf "Invalid option: %s\n" $arg >&2; exit 2 ;; 359 "?"|":") printf "Invalid option: %s\n" $arg >&2; exit 2 ;;