From f293c9d22f48f88105d40fa9706a9e98809687db Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 24 Apr 2023 15:15:18 -0700 Subject: update --- sh/snippets | 2 -- 1 file changed, 2 deletions(-) (limited to 'sh/snippets') 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 -- cgit 1.4.1