aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-04-23 02:50:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-04-23 02:50:12 +1200
commit374572486f07d375ad11ff9049e42b3bfe406d92 (patch)
treed7c9abfba68f3b5825d871349907fd0e6a0ee169 /README.markdown
parentAdd means to change prompt color (diff)
downloaddotfiles-374572486f07d375ad11ff9049e42b3bfe406d92.tar.gz
dotfiles-374572486f07d375ad11ff9049e42b3bfe406d92.zip
Allow specifying color for tmux
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 2a8f1492..147d4428 100644
--- a/README.markdown
+++ b/README.markdown
@@ -253,6 +253,10 @@ Note that the configuration presently uses a hard-coded 256-color colorscheme,
and uses non-login shells, with an attempt to control the environment to stop
shells thinking they have access to an X display.
+The configuration file is created with `m4(1)` to allow specifying a colour
+theme. This is just because I use a different colour for my work session. The
+default is a dark grey.
+
The configuration for Bash includes a `tmux` function designed to make `attach`
into the default command if no arguments are given and sessions do already
exist. The default command is normally `new-session`.