1
1
Fork 1
sovereign-stack/management/bash_profile

6 lines
108 B
Bash

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