summaryrefslogtreecommitdiff
path: root/dictloop
diff options
context:
space:
mode:
Diffstat (limited to 'dictloop')
-rwxr-xr-xdictloop5
1 files changed, 0 insertions, 5 deletions
diff --git a/dictloop b/dictloop
index b58f56f..23ba1b0 100755
--- a/dictloop
+++ b/dictloop
@@ -1,11 +1,6 @@
#!/bin/sh
# Script for checking multiple definitions one after another
-# Load aliases if available
-if [ -n "$ZDOTDIR" ] && [ -f "$ZDOTDIR/aliasrc" ]; then
- . "$ZDOTDIR/aliasrc"
-fi
-
# Argument check
if [ "$#" -ne 1 ]; then
echo "Usage: dictloop <dict>" >&2