From 11c7eb57d446d634c55c39e0ad17287d36aab446 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 15 Feb 2020 22:18:28 +0100 Subject: 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. --- .profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.profile') 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 -- cgit v1.2.3