dotfiles/bash/.bash_profile

6 lines
130 B
Bash
Raw Normal View History

2020-01-15 14:14:30 -05:00
# .bash_profile
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
2020-02-18 09:42:14 -05:00
export PATH="$PATH:/opt/mssql-tools/bin"