Include smlnj in path

This commit is contained in:
Aaron Gutierrez
2015-09-29 15:37:41 -04:00
parent f8ad7191cc
commit 6a2d01d7b3

View File

@@ -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