mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
add an alias for gobjdump
This commit is contained in:
parent
c99b937bc9
commit
e31f493bc5
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ case `uname -s` in
|
|||
;;
|
||||
esac
|
||||
|
||||
if ( command -v gobjdump >/dev/null 2>&1 ) ; then
|
||||
alias objdump=gobjdump
|
||||
fi
|
||||
|
||||
alias rm='rm -ir'
|
||||
|
||||
alias df='df -h'
|
||||
|
|
Loading…
Add table
Reference in a new issue