Mat's mostly extraneous numbers removal
[goodguy/cin-manual-latex.git] / parts / Configuration.tex
index 3440a34f36bd13d5b3abbd740d279385c6fdaaff..3ed17bacc621c948a78eac2232b9c87ec681ccd7 100644 (file)
@@ -339,13 +339,13 @@ The following exported variables can be set to customize your environment.  The
 
 One example:
 
-\begin{lstlisting}[language=bash]
+\begin{lstlisting}[language=bash,numbers=none]
 export CIN_BROWSER=chrome       #would override default firefox for Shell Cmds.
 \end{lstlisting}
 
 Another example:
 
-\begin{lstlisting}[language=bash]
+\begin{lstlisting}[language=bash,numbers=none]
 export CIN_CONFIG=/tmp/.bcast5   #use a temporary setup for testing purposes.
 \end{lstlisting}