From 45063ef46f0984ad7959fc3d6cb16f57abd2412a Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 6 Jan 2020 15:53:13 +0100 Subject: update profile --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 0767a42..8263305 100644 --- a/.profile +++ b/.profile @@ -1,7 +1,7 @@ # ~/.profile +[ -f ~/.profile-$HOSTNAME ] && . ~/.profile-$HOSTNAME + export PATH=~/bin:$PATH:~/go/bin [ "${SHELL##*/}" = bash ] && [ -f ~/.bashrc ] && . ~/.bashrc - -[ -f ~/.profile-$HOSTNAME ] && . ~/.profile-$HOSTNAME -- cgit v1.2.3