Added STEAMPIPE exports
This commit is contained in:
parent
0e4a54e7c5
commit
a2575b19b3
1 changed files with 4 additions and 0 deletions
|
@ -367,6 +367,10 @@ export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
|
|||
### SDKMan
|
||||
export SDKMAN_DIR="$XDG_DATA_HOME/sdkman"
|
||||
|
||||
### Steampipe
|
||||
export STEAMPIPE_INSTALL_DIR="$XDG_DATA_HOME/steampipe"
|
||||
export STEAMPIPE_TELEMETRY=none
|
||||
|
||||
### Update
|
||||
if [ -d "$HOME/.local/bin/update/bin" ]; then
|
||||
export PATH="$PATH:$HOME/.local/bin/update/bin"
|
||||
|
|
Loading…
Reference in a new issue