From a1c63297c09570f85031fad2f98407e4ecb375ab Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 18 Jan 2019 16:53:10 -0500 Subject: .bashrc: no need to set HOME, now handled by login(1). --- common/home/midipix/.bashrc | 3 --- 1 file changed, 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\$ ' -- cgit v1.2.3