chore: removed unused aliases;

feat: added alias for deleting cached file thumbnails
This commit is contained in:
2025-09-17 00:17:21 +03:00
parent 32e08609f4
commit db4de4114b

View File

@@ -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"