From c6fc072a6e862a600edeab16ae3314e7ccee6d61 Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 30 Aug 2020 15:49:23 +0800 Subject: [PATCH] opt some --- etc/conf/bashrc | 1 + etc/miss.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/etc/conf/bashrc b/etc/conf/bashrc index bcba7721..7dd5a004 100644 --- a/etc/conf/bashrc +++ b/etc/conf/bashrc @@ -10,3 +10,4 @@ if [ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh; then fi [ -f etc/local.sh ] && source etc/local.sh +export PATH=$PWD/bin:$PATH diff --git a/etc/miss.sh b/etc/miss.sh index cd428081..692c95d3 100644 --- a/etc/miss.sh +++ b/etc/miss.sh @@ -57,3 +57,5 @@ ish_miss_prepare_vim # ish_miss_prepare_develop ish_miss_prepare_session miss + +export PATH=$PWD/bin:$PWD/usr/local/bin:$PWD/usr/local/go/bin:$PATH