Swap round some tmux bindings.
[profile.git] / .profile.d / grep.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'