From be7e5446e1c8e448e4a91000b95064a51547d68b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 07 Mar 2016 18:12:15 -0500 Subject: .bashrc: Set PATH --- diff --git a/.bashrc b/.bashrc index c5f7182..5e51d75 100644 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,11 @@ +PATH='/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games' +PATH="${HOME}/bin:${PATH}" + # Interactive shells only beyond this point [ "${PS1+set}" = 'set' ] || return +PATH="${HOME}/ibin:${PATH}" + # Bash history HISTSIZE=1000 HISTFILESIZE=1000 -- cgit v0.9.1