various tweaks to shell usage

This commit is contained in:
2019-04-09 20:59:07 -05:00
parent 12d2b63771
commit b88493b6ac
3 changed files with 28 additions and 2 deletions

View File

@@ -36,3 +36,6 @@ battery_status()
PS1="\h:\W \u\$ "
export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"