16 lines
265 B
Plaintext
16 lines
265 B
Plaintext
|
|
|
|
|
|
|
|
|
|
|
|
source "$HOME/code/scripts/system/nnn/nnnconfig.sh"
|
|
export PATH="$PATH:$HOME/code/scripts/system/nnn"
|
|
export PATH="$PATH:$HOME/.local/bin"
|
|
|
|
# set PATH so it includes user's private bin if it exists
|
|
if [ -d "$HOME/bin" ] ; then
|
|
PATH="$HOME/bin:$PATH"
|
|
fi
|
|
|