mirror of
https://shylinux.com/x/ContextOS
synced 2025-06-27 10:27:30 +08:00
5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/sh
|
|
|
|
[ -f ~/.ish/plug.sh ] && source ~/.ish/plug.sh
|
|
[ -f ~/.ish/conf.sh ] && source ~/.ish/conf.sh
|