summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--common/home/midipix/.bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/home/midipix/.bashrc b/common/home/midipix/.bashrc
index 19d9028..0d6179a 100644
--- a/common/home/midipix/.bashrc
+++ b/common/home/midipix/.bashrc
@@ -1,9 +1,6 @@
# proceed only in interactive mode
[[ "$-" != *i* ]] && return
-# home
-export HOME=/home/$(whoami)
-
# PS1
if [ "$TERM" = xterm ]; then
export PS1='\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '