~gpanders/gpanders.com

cea8cff852951d42769308008f146e715fefb1ca — Gregory Anders a month ago f699e0f master
Fix typo in path
1 files changed, 2 insertions(+), 2 deletions(-)

M content/blog/the-definitive-guide-to-using-tmux-256color-on-macos.md
M content/blog/the-definitive-guide-to-using-tmux-256color-on-macos.md => content/blog/the-definitive-guide-to-using-tmux-256color-on-macos.md +2 -2
@@ 68,8 68,8 @@ with the builtin ncurses. This will install the terminfo database entry under
variable to specify a location to search for terminfo entries when not found in
the primary database (see `man 5 terminfo`). We can take advantage of this to
have the macOS 5.7 version of ncurses search in a directory of our choice when
it doesn't find `tmux-256color` under `/usr/bin/terminfo`, while the 6.X version
provided by the package manager will still use its own version[^2].
it doesn't find `tmux-256color` under `/usr/share/terminfo`, while the 6.X
version provided by the package manager will still use its own version[^2].

Simply set the `TERMINFO_DIRS` environment variable in your shell startup file
(e.g. `.bashrc`, `.zshrc`, etc.) to use that directory (note that we append