Remove unneeded alias

This commit is contained in:
CronyAkatsuki 2024-01-08 16:16:12 +01:00
parent 4c083277e4
commit 9e21a713d9

View File

@ -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 df='df -h -x devtmpfs -x tmpfs -x usbfs -x loop'
alias free='free -m -h' 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 # Just cause I can't remember the command at all
alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg' alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'