Skip to content

Commit

Permalink
Remove unused aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Dec 5, 2023
1 parent be8f858 commit 54eb0d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ export PROMPT_COMMAND='history -a'
set -o vi

# https://superuser.com/a/975878/120685
alias brewski='brew update -v && brew upgrade && brew cleanup; brew doctor'
alias bytes_human='perl -MNumber::Bytes::Human -e "print Number::Bytes::Human::format_bytes shift"'
alias c="clear && tmux clear-history && perl -E 'say (qq{\n}x65,q{-}x78); system('date');print qq{-}x78, qq{\n}'"
alias cdr='cd $(git root)'
alias d=docker
alias delete-merged-branches='show-merged-branches | xargs -n 1 git branch -d'
alias dangling-dockers='docker rmi -f $(docker images -f "dangling=true" -q)'
alias dr='NO_JIGSAW=1 HARNESS_OPTIONS="j8:c" dzil release'
Expand Down

0 comments on commit 54eb0d2

Please sign in to comment.