changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / .profile

changeset 83: 8bd50ea9a546
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 12 Aug 2024 21:50:44 -0400
permissions: -rw-r--r--
description: zor updates
1 # if running bash
2 if [ -n "$BASH_VERSION" -a -n "$PS1" ]; then
3  # include .bashrc if it exists
4  if [ -f "$HOME/.bashrc" ]; then
5  . "$HOME/.bashrc"
6  fi
7 fi