This commit is contained in:
GitHub Merge Button 2012-02-23 12:34:35 -08:00
commit ef82a5fc37
3 changed files with 156 additions and 5 deletions

View file

@ -6,6 +6,11 @@
# ------------------------------------------------------------------------------
# load base PATH
if [ -x /usr/libexec/path_helper ]; then
eval `/usr/libexec/path_helper -s`
fi
function tab() {
local command="cd \\\"$PWD\\\""
(( $# > 0 )) && command="${command}; $*"