Skip to content

Commit

Permalink
ENH in bashrc mf now an alias for make full_test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwgoodman committed Mar 5, 2014
1 parent 7c6c2dc commit a9229fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ alias l='ls --ignore="*.pyc"'
alias ll='ls -lh'
alias la='ls -lah'

# misc aliases
alias py='ipython'
# make aliases
alias ma='make all'
alias mt='make test'
alias mf='make full_test'
alias m8='make flake8'

# misc aliases
alias py='ipython'
alias me='meld .'
alias sb='source ~/.bashrc'
alias v='cd /devel; vim'
Expand Down

0 comments on commit a9229fa

Please sign in to comment.