manager/config/bash/bashrc.d/pulumi
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

6 lines
185 B
Bash

## File: ~/.bashrc.d/pulumi
## Description: Bash configuration for the pulumi setup
## vim: ft=sh :
export PULUMI_SKIP_UPDATE_CHECK="true"
export PULUMI_HOME="${XDG_DATA_HOME}/pulumi"