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