1
1
sovereign-stack/management/bash_profile
2023-04-12 10:09:47 -04:00

6 lines
108 B
Bash

#!/bin/bash
# this wires up the aliases for remote ssh sessions.
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi