Index: /issm/trunk-jpl/startup.py
===================================================================
--- /issm/trunk-jpl/startup.py	(revision 16066)
+++ /issm/trunk-jpl/startup.py	(revision 16067)
@@ -28,3 +28,6 @@
 sys.path.append(ISSM_DIR + '/lib')
 
-print("\n  To get started with ISSM, type issmdoc at the command prompt.\n\n")
+#Manual imports for commonly used functions
+from plotmodel import plotmodel
+
+#print("\n  To get started with ISSM, type issmdoc at the command prompt.\n\n")
