1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
bergyu 2021-11-24 11:29:04 +08:00
parent ccad08f060
commit 9d7540096b

View File

@ -6,6 +6,11 @@ if [ "$ISH_CONF_PRE" = "" ]; then
fi
require sys/cli/file.sh
ish_sys_file_create etc/path <<END
usr/local/go/bin
usr/publish
bin
END
ish_sys_path_load
[ -f ~/.bash_profile ] || echo "source ~/.bashrc" >> ~/.bash_profile