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