7 lines
68 B
Bash
7 lines
68 B
Bash
#!/bin/bash
|
|
|
|
if [ -f ~/.bash_aliases ]; then
|
|
. ~/.bash_aliases
|
|
fi
|
|
|