5 lines
130 B
Bash
5 lines
130 B
Bash
# .bash_profile
|
|
|
|
# Get the aliases and functions
|
|
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
|
export PATH="$PATH:/opt/mssql-tools/bin"
|