diff --git a/Makefile b/Makefile index 018fb00..90bc284 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ install: build | $(HOME)/.resh $(HOME)/.resh/bin $(HOME)/.config/resh echo '[[ -f ~/.resh/bashrc ]] && source ~/.resh/bashrc' >> ~/.bashrc grep '[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh' ~/.bashrc ||\ echo '[[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh' >> ~/.bashrc -# -pkill resh-daemon -# resh-daemon & + #-pkill resh-daemon + #resh-daemon & disown resh-daemon: daemon/resh-daemon.go common/resh-common.go diff --git a/bashrc.sh b/bashrc.sh index d7d5a3c..52a527e 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -1,5 +1,6 @@ PATH=$PATH:~/.resh/bin +#resh-daemon & disown preexec() { __RESH_COLLECT=1