summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-03-10 23:30:53 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-03-10 23:30:53 -0800
commit252dcfcc19bc3d70a44bb31a4bfd284f0152f7f1 (patch)
treefe533b3e241a8b0eabb13e2fc6924d1ba2d20b07 /home/xyz/.local
parent0c00dc3d8855ba8c48ac6eca73927f57437bee4a (diff)
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-xhome/xyz/.local/bin/upd6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index de8191e5..d034898f 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -11,10 +11,10 @@ all () {
}
clean () {
- nsxiv -c
+ #nsxiv -c
# my ways
# -exec can't replace -execdir here
- find "$XDG_CACHE_HOME/nsxiv/" -depth -type d -empty -execdir rmdir -- '{}' \+
+ #find "$XDG_CACHE_HOME/nsxiv/" -depth -type d -empty -execdir rmdir -- '{}' \+
# -exec can replace -execdir here
#find "$XDG_CACHE_HOME/nsxiv/" -depth -type d -execdir rmdir --ignore-fail-on-non-empty -- '{}' \+
# nsxiv man page way
@@ -52,7 +52,7 @@ userjs () {
misc () {
"$EDITOR" +PlugClean! +PlugUpdate +qa
tldr --update
- sudo hardcode-fixer
+ #sudo hardcode-fixer
sudo units_cur
awk '!a[$0]++' "$XDG_DATA_HOME/sdcv_history" | sponge "$XDG_DATA_HOME/sdcv_history"