mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Properly set the kube config location
This commit is contained in:
parent
7324577108
commit
c00c5909c5
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
export PATH="$PATH:$HOME/.npm-packages/bin"
|
||||
export FRENYARD_SCALE=2.40
|
||||
export RETHINK_API="https://rethink.alyxia.dev"
|
||||
export KUBECONFIG="$HOME/.kube/config.yaml"
|
||||
|
||||
function violent-update() {
|
||||
# <https://github.com/adryd325/dotfiles/blob/c52d10f0cb4b54ee46e2ac5b01b8be9f8d57973d/install.sh#L17>
|
||||
|
|
Loading…
Reference in a new issue