manager/config/bash/bashrc.d/terminfo
Dan Anglin 30038788b4
feat(bash): XDG Dir spec updates and other fixes
- Update program configurations to use the XDG Directories with the help
  of xdg-ninja.
- Add missing alias for the copy command.
- Remove the alias for tmux since it should now support XDG_CONFIG_HOME
  by default.
- Remove the run_package_updates function since this is now a bash
  script.
- Update the MANPAGER variable so that it works properly with neovim,
2022-05-15 21:33:17 +01:00

4 lines
112 B
Bash

## vim: ft=sh :
export TERMINFO=${XDG_DATA_HOME}/terminfo
export TERMINFO_DIRS=${TERMINFO}:/usr/share/terminfo