From 85892f6abd4b0d0ff71b8645186f00dae912df64 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Wed, 17 Sep 2025 00:17:21 +0300 Subject: [PATCH] chore: removed unused aliases; feat: added alias for deleting cached file thumbnails --- zsh/aliases.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/aliases.sh b/zsh/aliases.sh index 213e93d..fb2e0e6 100644 --- a/zsh/aliases.sh +++ b/zsh/aliases.sh @@ -39,6 +39,7 @@ alias ii="curl ifconfig.me" alias tresh="gio trash" alias cumseq="exec ~/.config/bspwm/sxseq.sh" alias clear-recent="rm ~/.local/share/recently-used.xbel" +alias clear-thumbs="rm -r ~/.cache/thumbnails/xx-large/* && rm -r ~/.cache/thumbnails/normal/*" alias tach='tmux attach' alias www='lynx lite.duckduckgo.com/lite' alias noauto="touch /tmp/startup_completed" @@ -60,5 +61,3 @@ alias pp3="powerprofilesctl set performance" # alias vi="nvim" alias vim="nvim" alias pentagon="~/Dev/Appimages/edexui.AppImage" -alias hyprshit="cat $XDG_RUNTIME_DIR/hypr/$(ls -t $XDG_RUNTIME_DIR/hypr/ | head -n 1)/hyprland.log" -alias hyprshittin="cat $XDG_RUNTIME_DIR/hypr/$(ls -t $XDG_RUNTIME_DIR/hypr/ | head -n 2 | tail -n 1)/hyprland.log"