Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
aliases: add abuild
  • Loading branch information
falconindy committed Apr 22, 2013
1 parent 35da94c commit af13993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .aliases
Expand Up @@ -3,6 +3,7 @@
alias ..='cd ..' alias ..='cd ..'
alias ...='cd ../..' alias ...='cd ../..'
alias ....='cd ../../..' alias ....='cd ../../..'
alias abuild='sudo sh -c "extra-x86_64-build && extra-i686-build"'
alias callgrind='valgrind --tool=callgrind' alias callgrind='valgrind --tool=callgrind'
alias clearflags='unset CFLAGS CPPFLAGS LDFLAGS' alias clearflags='unset CFLAGS CPPFLAGS LDFLAGS'
alias cdg='up .git' alias cdg='up .git'
Expand Down

0 comments on commit af13993

Please sign in to comment.