From a33d7874cfaef24b505030f5a9178e2c199326d5 Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 30 Jul 2019 23:41:18 +0530 Subject: [PATCH] updates --- files/bash/.bashrc | 2 ++ files/dev/.docker/config.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/files/bash/.bashrc b/files/bash/.bashrc index ce502bd..a73fc63 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -9,6 +9,8 @@ pathadd() { pathadd '/home/nemo/bin' pathadd '/home/nemo/projects/go/bin' +eval $(ssh-agent) + alias watch='watch ' alias xclip='xclip -selection c' alias sl=ls diff --git a/files/dev/.docker/config.json b/files/dev/.docker/config.json index 2937a5b..7fb55a9 100644 --- a/files/dev/.docker/config.json +++ b/files/dev/.docker/config.json @@ -3,7 +3,7 @@ "https://index.docker.io/v1/": {} }, "HttpHeaders": { - "User-Agent": "Docker-Client/18.09.5-ce (linux)" + "User-Agent": "Docker-Client/18.09.7-ce (linux)" }, "credsStore": "pass" } \ No newline at end of file