Compare commits

..

No commits in common. "6de34eeceab9acc2f869f0d3ab404ba0f27b4b77" and "3c3b54c80c09f12e2da047c06759e48792dcecb8" have entirely different histories.

2 changed files with 2 additions and 14 deletions

View file

@ -14,7 +14,6 @@ in {
unstable.kustomize
unstable.vault
docker-compose
fuse-overlayfs
qemu

View file

@ -53,20 +53,10 @@ in {
export EDITOR=nvim
export STARSHIP_CONFIG=/etc/starship.toml
if [ -f ~/.ssh/agent.env ] ; then
. ~/.ssh/agent.env > /dev/null
if ! kill -0 "$SSH_AGENT_PID" > /dev/null 2>&1; then
echo "Stale agent file found. Spawning a new agent. "
eval `ssh-agent | tee ~/.ssh/agent.env`
ssh-add
fi
else
echo "Starting ssh-agent"
eval `ssh-agent | tee ~/.ssh/agent.env`
ssh-add
if [ -z "$SSH_AUTH_SOCK" ]; then
eval $(ssh-agent)
fi
set_win_title() {
echo -ne "\033]0;$USER@$HOSTNAME: $PWD\007"
}
@ -101,7 +91,6 @@ in {
less = "bat -p";
ls = "ls --color=auto";
vim = "nvim";
sink = "VAULT_TOKEN=$(vault token lookup -format=json | jq -r .data.id) ENVIRONMENTS=staging ~/git/bitsbeats/vault-sink/sink";
};
};