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"