##// END OF EJS Templates
%env can't set variables...
MinRK -
Show More
@@ -48,22 +48,6 b' switching to any of them. Type ``cd?`` for more details.'
48 ``%pushd``, ``%popd`` and ``%dirs`` are provided for directory stack handling.
48 ``%pushd``, ``%popd`` and ``%dirs`` are provided for directory stack handling.
49
49
50
50
51 Environment variables
52 =====================
53
54
55 %env can be used to "remember" environment variable manipulations. Examples::
56
57 %env - Show all environment variables
58 %env VISUAL=jed - set VISUAL to jed
59 %env PATH+=;/foo - append ;foo to PATH
60 %env PATH+=;/bar - also append ;bar to PATH
61 %env PATH-=/wbin; - prepend /wbin; to PATH
62 %env -d VISUAL - forget VISUAL persistent val
63 %env -p - print all persistent env modifications
64
65
66
67 Prompt customization
51 Prompt customization
68 ====================
52 ====================
69
53
General Comments 0
You need to be logged in to leave comments. Login now