Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky2 committed Oct 7, 2017
1 parent 4bf3959 commit 2ac6d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions dotfiles/.mplayer/config

This file was deleted.

8 changes: 4 additions & 4 deletions dotfiles/.zshrc
Expand Up @@ -208,8 +208,8 @@ justbump() {
source PKGBUILD
new=$(( pkgrel + 1 ))
sed -i "s/^pkgrel=.*/pkgrel=$new/" PKGBUILD
echo "Old pkgrel is $pkgrel and new is $new"
echo "To commit, run: aur"
echo ">>> Old pkgrel is $pkgrel and new is $new"
echo
}

alias sums='/usr/bin/updpkgsums && chmod 644 PKGBUILD && rm -rf src'
Expand All @@ -236,7 +236,7 @@ upp() {
}

alias orphans='[[ -n $(pacman -Qdt) ]] && sudo pacman -Rs $(pacman -Qdtq) || echo "no orphans to remove"'
alias bb='sudo bleachbit --clean system.cache system.localizations system.trash ; sudo paccache -vrk 2 || return 0'
alias bb='sudo bleachbit --clean system.cache system.localizations system.trash ; sudo paccache -vrk 3 || return 0'
alias bb2='bleachbit --clean chromium.cache chromium.dom thumbnails.cache'
alias makepkg='nice -19 makepkg'

Expand Down Expand Up @@ -286,7 +286,7 @@ alias sw="$HOME/bin/s w"
alias sv="$HOME/bin/s v"
alias ssu="$HOME/bin/s sub"
alias sod="$HOME/bin/s sod"
alias svp="$HOME/bin/s svp"
alias sop="$HOME/bin/s sop"

alias sp="$HOME/bin/s p"
alias sp1="$HOME/bin/s p1"
Expand Down

0 comments on commit 2ac6d9f

Please sign in to comment.