summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-02-15 22:10:43 +0100
committerMarc Vertes <mvertes@free.fr>2020-02-15 22:10:43 +0100
commit6072454910045c093b8911bcd92d9db584312bf3 (patch)
treec7d11db8778bfbd902e7ad261fc696c8be4fee99 /.profile
parent141502a84b8258095463becc4da6b2e19c311d8d (diff)
update
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.profile b/.profile
index 7ed9008..0db42b4 100644
--- a/.profile
+++ b/.profile
@@ -1,10 +1,10 @@
# ~/.profile
-export PATH=~/bin:$PATH:~/go/bin
+PATH=~/bin:$PATH:~/go/bin
-[ "${SHELL##*/}" = bash ] && [ -f ~/.bashrc ] && . ~/.bashrc
+[ "${SHELL##*/}" = bash ] && . ~/.bashrc
-# Last action: auto start X11 when logged on first terminal
+# Last action: auto start X11 when logged on first console
case $HOSTNAME in
(swift) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
esac