summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-01-05 14:13:09 +0100
committerMarc Vertes <mvertes@free.fr>2020-01-05 14:13:09 +0100
commitde2d70f1d0a8b132fb931b6d01987ac19cd128d9 (patch)
tree8340b1f52b9c828e156f968140d5a86691f839ca /.profile
parenta9d130ea95465c5ba68672afe1bfc23ad773c860 (diff)
simplify
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