Set TERMINFO before calling tput.
authorIain Patterson <me@iain.cx>
Tue, 13 Jul 2010 09:32:49 +0000 (10:32 +0100)
committerIain Patterson <me@iain.cx>
Thu, 13 Jan 2011 11:38:41 +0000 (11:38 +0000)
grep.bashrc and ps1.bashrc call tput so add a dependency on TERM.bashrc.

.profile.d/grep.bashrc
.profile.d/ps1.bashrc

index 04bd1d8..259be8d 100644 (file)
@@ -1,3 +1,4 @@
+# profile-required: TERM.bashrc
 # Use colours for grep if possible.
 if grep -V 2>/dev/null | grep GNU >/dev/null; then
   alias grep='grep --color=auto'
index 09a26fc..1d6c22b 100644 (file)
@@ -1,4 +1,5 @@
 #!bash Coloured prompts.
+# profile-required: TERM.bashrc
 #
 # The prompt comprises multiple parts, some of which may be hidden by unsetting 
 # shell variables or using the ``prompt'' function.