aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/snippets2
1 files changed, 0 insertions, 2 deletions
diff --git a/sh/snippets b/sh/snippets
index de50f1e..480d026 100644
--- a/sh/snippets
+++ b/sh/snippets
@@ -5,8 +5,6 @@ for cmd in pacdiff 'tree -a'; do
alias ${cmd%% *}="sudo -E $cmd"
done
-for cmd in pacdiff 'tree -a'; do alias ${cmd%% *}="sudo -E $cmd"; done
-
if [ -e "$XDG_PICTURES_DIR/wallpapers/wallpaper" ]; then
display -window root "$XDG_PICTURES_DIR/wallpapers/wallpaper" &
else