Browse code

Add shell colors

Robert Cranston authored on 18/12/2022 19:19:57
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+# Some programs (e.g. `vim` and `ip`) and libraries (reportedly `ncurses`) look
2
+# at `COLORFGBG` to select color scheme, but not all terminals set it (in fact,
3
+# the only man page I've found that references it is `rxvt`). `15;0` means
4
+# BrightWhite foreground, Black background.
5
+export COLORFGBG="${COLORFGBG:-15;0}"