chore: removed unused aliases;
feat: added alias for deleting cached file thumbnails
This commit is contained in:
@@ -39,6 +39,7 @@ alias ii="curl ifconfig.me"
|
|||||||
alias tresh="gio trash"
|
alias tresh="gio trash"
|
||||||
alias cumseq="exec ~/.config/bspwm/sxseq.sh"
|
alias cumseq="exec ~/.config/bspwm/sxseq.sh"
|
||||||
alias clear-recent="rm ~/.local/share/recently-used.xbel"
|
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 tach='tmux attach'
|
||||||
alias www='lynx lite.duckduckgo.com/lite'
|
alias www='lynx lite.duckduckgo.com/lite'
|
||||||
alias noauto="touch /tmp/startup_completed"
|
alias noauto="touch /tmp/startup_completed"
|
||||||
@@ -60,5 +61,3 @@ alias pp3="powerprofilesctl set performance"
|
|||||||
# alias vi="nvim"
|
# alias vi="nvim"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias pentagon="~/Dev/Appimages/edexui.AppImage"
|
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"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user