diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-04-24 15:15:18 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-04-24 15:15:18 -0700 |
commit | f293c9d22f48f88105d40fa9706a9e98809687db (patch) | |
tree | 9c166b95a08d62a6e02e62830eb647da18011e47 /sh | |
parent | 2f5348de1e79a643b51c541766f5c44c4abc9a30 (diff) |
update
Diffstat (limited to 'sh')
-rw-r--r-- | sh/snippets | 2 |
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 |