summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/.profile b/.profile
index afa89c1..0767a42 100644
--- a/.profile
+++ b/.profile
@@ -1,7 +1,5 @@
# ~/.profile
-[ -f /etc/hostname ] && HOSTNAME=$(cat /etc/hostname) || HOSTNAME=$(cat ~/.hostname)
-
export PATH=~/bin:$PATH:~/go/bin
[ "${SHELL##*/}" = bash ] && [ -f ~/.bashrc ] && . ~/.bashrc