Commit Diff


commit - 107df72fca98adeea3cbbc6b6ff169cd8515886b
commit + a517421f60fffc9e2616f8bce14d76f35ae8c959
blob - 7636dfae5ec865f7ed49e8864e433f97bb1104a9
blob + 8a45a524387914eaa0dff180259c3fbfdf02b0bb
--- kshrc.lp
+++ kshrc.lp
@@ -64,7 +64,17 @@ Tweak the output of ls
 Provide an easiest access to amused
 
 	alias a=amused
+
+and to quit
+
+	alias q=exit
+
+TCL manpages on OpenBSD are installed outside of the default MANPATH.
+Since they have a lot of clashes with "standard" command (like `exec'),
+define an alias to open specifically TCL8.6 man pages:
 
+	alias tm='man -M /usr/local/lib/tcl/tcl8.6/man'
+
 reset(1) doesn't work as expected inside tmux: the old output can still
 be consulted when scrolling.  If I, lazy as I am, bother to type "reset"
 I want to be sure that the history was cleared!