When scala REPL starts some default packages like scala.lang._ , scala.Predef are automatically available.Suppose I have my own package like com.raghhuraamm.rUtils._
How to import this package automatically when REPL starts? Is there a way or I just have to type "import com.raghhuraamm.rUtils._ " every time I start scala REPL?