1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-06-26 18:07:30 +08:00
This commit is contained in:
shaoying 2021-08-07 14:30:45 +08:00
parent 2a5e66fe03
commit c349565482
2 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,7 @@
~yac ~yac
~cli ~cli
target web.chat.lark target web.code.bash
~web.chat.wx ~web.chat.wx
config menu hash "" config menu hash ""

View File

@ -4,6 +4,7 @@ if [ "$ISH_CONF_PRE" = "" ]; then
source $PWD/.ish/plug.sh || source $HOME/.ish/plug.sh source $PWD/.ish/plug.sh || source $HOME/.ish/plug.sh
fi fi
require sys/cli/file.sh
[ -f ~/.bash_profile ] || echo "source ~/.bashrc" >> ~/.bash_profile [ -f ~/.bash_profile ] || echo "source ~/.bashrc" >> ~/.bash_profile
ish_sys_link_create ~/.bash_local $PWD/etc/conf/bash_local.sh ish_sys_link_create ~/.bash_local $PWD/etc/conf/bash_local.sh