1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-29 18:19:22 +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 fi
require sys/cli/file.sh require sys/cli/file.sh
ish_sys_file_create etc/path <<END
usr/local/go/bin
usr/publish
bin
END
ish_sys_path_load ish_sys_path_load
[ -f ~/.bash_profile ] || echo "source ~/.bashrc" >> ~/.bash_profile [ -f ~/.bash_profile ] || echo "source ~/.bashrc" >> ~/.bash_profile