repo.or.cz
/
gitbuild.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add zlib submodule
[gitbuild.git]
/
tools
/
.bashrc
blob
c88babe988efd7707f24b33158d5d938237f8a3e
1
#
2
# Startup file for bash, this should be placed in
3
# the home directory of the user.
4
#
5
6
alias more='less'
7
alias copy='cp'
8
alias move='mv'
9
alias dir='ls'
10
11
alias lsd='ls -l | grep ^d'