X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.bashrc;h=99c311cbda9c45c78e2aba30735711ecc9005894;hb=899add9bfd819cefb9d10124aaa92247d3dc7bdf;hp=83eddfb81724bebc3b98f0e155d2c12ee2bda365;hpb=009623e3f113075ab130ba6fb1fb57c64af04b5e;p=distro-setup diff --git a/.bashrc b/.bashrc index 83eddfb..99c311c 100644 --- a/.bashrc +++ b/.bashrc @@ -31,7 +31,7 @@ done # so I can share my bashrc source $HOME/bin/bash_private -source $HOME/path-add-function +source $HOME/path_add-function @@ -42,7 +42,7 @@ source $HOME/path-add-function CDPATH=.:/a -path-add /a/opt/adt-bundle*/tools /a/opt/adt-bundle*/platform-tools +path_add /a/opt/adt-bundle*/tools /a/opt/adt-bundle*/platform-tools #use extra globing features. See man bash, search extglob. shopt -s extglob @@ -114,8 +114,8 @@ HISTIGNORE="&:?: *" export BC_LINE_LENGTH=0 -path-add /a/opt/adt-bundle*/tools /a/opt/adt-bundle*/platform-tools -path-add $HOME/bin/bash-programs-by-ian/utils +path_add /a/opt/adt-bundle*/tools /a/opt/adt-bundle*/platform-tools +path_add $HOME/bin/bash-programs-by-ian/utils # note, if I use a machine I don't want files readable by all users, set # umask 077 # If fewer than 4 digits are entered, leading zeros are assumed @@ -260,7 +260,7 @@ distro_name() { dt() { - date "+%A, %B %d, %rq" "$@" + date "+%A, %B %d, %r" "$@" }