diff --git a/bashrc.d/roswell.bash b/bashrc.d/roswell.bash new file mode 100644 index 0000000..40252fb --- /dev/null +++ b/bashrc.d/roswell.bash @@ -0,0 +1,3 @@ +if [ -d "$HOME/.roswell" ] ; then + addpath "$HOME/.roswell/bin" +fi