From bd95b8821336a4c8b26aaf8b66a380b6b98a46c0 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Tue, 18 Feb 2020 09:42:14 -0500 Subject: [PATCH] bash profile? --- bash/.bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bash_profile b/bash/.bash_profile index 6d8c25b..9afe182 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -2,3 +2,4 @@ # Get the aliases and functions [ -f $HOME/.bashrc ] && . $HOME/.bashrc +export PATH="$PATH:/opt/mssql-tools/bin"