bashrcd/vars.sh

6 lines
61 B
Bash

#!/bin/bash
if [ -f ~/.bash_vars ]; then
. ~/.bash_vars
fi