summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-02-15 22:18:28 +0100
committerMarc Vertes <mvertes@free.fr>2020-02-15 22:18:28 +0100
commit11c7eb57d446d634c55c39e0ad17287d36aab446 (patch)
treedaaace86d73d4e7d014ef5d9daa9491e1f5c9efa /.profile
parent141502a84b8258095463becc4da6b2e19c311d8d (diff)
feat: make install using lt
First working version of lt, Added a makefile (not installed). Could get rid of ~/.git which was interfering with rg, fzf.
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