dotfiles/bash/.bash_profile
2020-02-18 09:42:14 -05:00

5 lines
130 B
Bash

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