dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 5829bfd3b0581410cfe5c52531775d20ba0bd971
parent 8f4c5d8eb1de1d41a29749e6069b1b18251010bb
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 16 Oct 2018 10:08:52 +0200

Add ~/.local/bin to PATH

Diffstat:
Mlinks/.profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/.profile b/links/.profile @@ -31,6 +31,7 @@ export LANG=en_US.UTF-8 [ -d /usr/local/bin ] && export PATH=/usr/local/bin:$PATH [ -d /usr/local/sbin ] && export PATH=/usr/local/sbin:$PATH [ -d ~/local/bin ] && export PATH=~/local/bin:$PATH +[ -d ~/.local/bin ] && export PATH=~/.local/bin:$PATH [ -d ~/bin ] && export PATH=~/bin:$PATH if [ -d ~/.linuxbrew ]; then export PATH=~/.linuxbrew/bin:$PATH