about summary refs log tree commit diff
path: root/sh
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-04-24 15:15:18 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-04-24 15:15:18 -0700
commitf293c9d22f48f88105d40fa9706a9e98809687db (patch)
tree9c166b95a08d62a6e02e62830eb647da18011e47 /sh
parent2f5348de1e79a643b51c541766f5c44c4abc9a30 (diff)
update
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