Skip to content

Commit

Permalink
back to arch
Browse files Browse the repository at this point in the history
  • Loading branch information
beffiom committed Jul 14, 2020
1 parent df6e6f2 commit 53b414c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,420 deletions.
10 changes: 4 additions & 6 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ alias kiwix-start="kiwix-serve --port=8080 ~/Devices/A\:A_Drive/Multimedia/Books
alias dv="youtube-dl --add-metadata --all-subs -i -o '[%(uploader)s] %(title)s.%(ext)s'"
alias da="youtube-dl --add-metadata -i -o '%(title)s.%(ext)s' -x -f bestaudio/best"
alias dl="wget --backups"
alias vpu='doas xbps-install -Su'
alias vpi='doas xbps-install -S'
alias vpr='doas xbps-remove -R'
alias vpq='xbps-query -Rs'
alias vpc='doas xbps-remove -Oo'
alias apu='doas pacman -Syyu'
alias api='doas pacman -Sy'
alias apr='doas pacman -Rsu'
alias apq='doas pacman -Ss'
alias bt-start='pactl load-module module-bluetooth-discover; pactl load-module module-bluetooth-policy; doas sv restart bluetoothd'
alias ffmpeg="ffmpeg -hide_banner"
alias file-metadata="for file in *; do mkvpropedit "$file" -s title=$filename; done"
alias acestream="acestreamengine --client-console"
alias cbz="for i in *.zip; do mv "$i" "${i/.zip/.cbz}"; done"

#vi mode
Expand Down
12 changes: 0 additions & 12 deletions .local/bin/futurize

This file was deleted.

Loading

0 comments on commit 53b414c

Please sign in to comment.