From bdf126b4b432b58806dd959229ae636963e1a04c Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Wed, 24 Aug 2022 13:54:13 +0200 Subject: add random updates --- .bash_profile | 2 ++ .bashrc | 2 ++ .zshrc | 3 --- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bash_profile b/.bash_profile index 81c31f8..8e72229 100644 --- a/.bash_profile +++ b/.bash_profile @@ -18,3 +18,5 @@ export LSCOLORS=Exfxcxdxbxegedabagacad . "$HOME/.cargo/env" export VOLTA_HOME="$HOME/.volta" export PATH="$VOLTA_HOME/bin:$PATH" + +function gam() { "/Users/cobraz/bin/gam/gam" "$@" ; } diff --git a/.bashrc b/.bashrc index 6b76787..27274c3 100755 --- a/.bashrc +++ b/.bashrc @@ -20,6 +20,8 @@ esac GPG_TTY=$(tty) export GPG_TTY +USE_GKE_GCLOUD_AUTH_PLUGIN=True + # Set SSH to use gpg-agent # unset SSH_AGENT_PID # if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then diff --git a/.zshrc b/.zshrc index c4d288b..366c835 100644 --- a/.zshrc +++ b/.zshrc @@ -106,6 +106,3 @@ if [[ -r "${HOME}/.bashrc" ]]; then # shellcheck source=/dev/null source "${HOME}/.bashrc" fi - -export VOLTA_HOME="$HOME/.volta" -export PATH="$VOLTA_HOME/bin:$PATH" \ No newline at end of file -- cgit v1.2.3