diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-02-15 22:10:43 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-02-15 22:10:43 +0100 |
| commit | 6072454910045c093b8911bcd92d9db584312bf3 (patch) | |
| tree | c7d11db8778bfbd902e7ad261fc696c8be4fee99 /.profile | |
| parent | 141502a84b8258095463becc4da6b2e19c311d8d (diff) | |
update
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
