aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-11-08 02:00:59 -0700
committerkatherine <shmibs@shmibbles.me>2017-11-08 02:00:59 -0700
commit2ff4147a2d8d533ecb0a32b19a40f852534580e0 (patch)
tree45c1113d63186c91c40f4ea78022dba28c76c997
parent5d57322f71a9f3193133c1be1d5fe938b5cb6e56 (diff)
downloaddotfiles-2ff4147a2d8d533ecb0a32b19a40f852534580e0.tar.gz
trim stray "if"
where did that even come from X_X
-rwxr-xr-x.config/init/funcs/mpd-filetypes1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/init/funcs/mpd-filetypes b/.config/init/funcs/mpd-filetypes
index 0bc93d2..3015676 100755
--- a/.config/init/funcs/mpd-filetypes
+++ b/.config/init/funcs/mpd-filetypes
@@ -5,7 +5,6 @@
local pattern
# if args exist, read them as file extensions in a pattern
-if
if [[ ! -z "$@" ]]; then
pattern=$(echo "$@" | sed -e 's/\s/|/g' -e 's/\(.*\)/(\1)/')
else