1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2021-07-18 23:57:55 +08:00
parent 5988cbe053
commit 3ea9ed545a

View File

@ -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"