From 3ea9ed545abd91a3e37acd2486770f9523af8aa8 Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 18 Jul 2021 23:57:55 +0800 Subject: [PATCH] opt some --- etc/conf/bash_local.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/conf/bash_local.sh b/etc/conf/bash_local.sh index 83d2d320..4462f398 100644 --- a/etc/conf/bash_local.sh +++ b/etc/conf/bash_local.sh @@ -9,6 +9,7 @@ ish_sys_cli_alias t "tmux attach" ish_sys_path_insert $CTX_ROOT/usr/install/vim81/_install/bin ish_sys_path_insert $CTX_ROOT/usr/publish -ps aux |grep ice.bin &>/dev/null && return -ps aux |grep tmux &>/dev/null && return +ps aux |grep -v grep |grep ice.bin &>/dev/null && return +ps aux |grep -v grep |grep tmux &>/dev/null && return cd $CTX_ROOT && source etc/miss.sh +ish_log_debug "some" "what"