From 6a2d01d7b34ed6b9e0293c0310c5a6d8caf63661 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 29 Sep 2015 15:37:41 -0400 Subject: [PATCH] Include smlnj in path --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 956a88f..1d1ce8b 100644 --- a/.bashrc +++ b/.bashrc @@ -7,7 +7,7 @@ shopt -s histappend # Update the values of LINES and COLUMNS. shopt -s checkwinsize -export PATH=$PATH:/opt/cc0/bin:~/bin:/opt/android-studio/bin +export PATH=$PATH:/opt/cc0/bin:~/bin:/opt/android-studio/bin:/opt/smlnj/bin export EDITOR=vim export CLICOLOR=1 export HISTCONTROL=ignoreboth