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\$ '