mv
This commit is contained in:
parent
ce9e4de199
commit
fb95806a0b
1 changed files with 9 additions and 9 deletions
|
@ -1007,15 +1007,6 @@ spcd_f_pm_pkg_upgrade() {
|
||||||
# │ f │ py = python │
|
# │ f │ py = python │
|
||||||
# ╰───┴─────────────╯
|
# ╰───┴─────────────╯
|
||||||
|
|
||||||
spcd_f_py_link() {
|
|
||||||
local command="${1}"
|
|
||||||
if [ -n "${command}" ]; then
|
|
||||||
echo "→ ${SPCD_PYTHON_ALIAS} → ${command}"
|
|
||||||
ln -f -s "${command}" \
|
|
||||||
"/usr/bin/${SPCD_PYTHON_ALIAS}"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
spcd_f_py_clone() {
|
spcd_f_py_clone() {
|
||||||
if [ -n "${1}" ]; then
|
if [ -n "${1}" ]; then
|
||||||
local name path target
|
local name path target
|
||||||
|
@ -1028,6 +1019,15 @@ spcd_f_py_clone() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
spcd_f_py_link() {
|
||||||
|
local command="${1}"
|
||||||
|
if [ -n "${command}" ]; then
|
||||||
|
echo "→ ${SPCD_PYTHON_ALIAS} → ${command}"
|
||||||
|
ln -f -s "${command}" \
|
||||||
|
"/usr/bin/${SPCD_PYTHON_ALIAS}"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
# ╭───┬─────╮
|
# ╭───┬─────╮
|
||||||
# │ f │ txt │
|
# │ f │ txt │
|
||||||
# ╰───┴─────╯
|
# ╰───┴─────╯
|
||||||
|
|
Loading…
Reference in a new issue