Add zlib submodule
[gitbuild.git] / tools / .bashrc
blobc88babe988efd7707f24b33158d5d938237f8a3e
2 #  Startup file for bash, this should be placed in
3 # the home directory of the user.
6 alias more='less'
7 alias copy='cp'
8 alias move='mv'
9 alias dir='ls'
11 alias lsd='ls -l | grep ^d'