diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh index 8e7b4e2..ded2871 100755 --- a/.config/zsh/aliases.zsh +++ b/.config/zsh/aliases.zsh @@ -24,9 +24,6 @@ alias i='sudo emerge -av $(EIX_LIMIT=0 eix --only-names | fzf --multi | tr "\n" alias df='df -h -x devtmpfs -x tmpfs -x usbfs -x loop' alias free='free -m -h' -# speed up -alias spotdl='spotdl --format mp3 --output "{artist}/{artists} - {title}" --threads 16 --sponsor-block' - # Just cause I can't remember the command at all alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'