From e77def4e918c8501a61cbf7dff0f6da0605afcb5 Mon Sep 17 00:00:00 2001 From: USER Date: Tue, 21 Oct 2025 21:41:48 +0100 Subject: [PATCH] fix typos --- shared/bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shared/bashrc b/shared/bashrc index 50044ea..2e17ea2 100644 --- a/shared/bashrc +++ b/shared/bashrc @@ -36,6 +36,8 @@ _setaliases() { alias grep="grep --color=auto" alias facts="echo -ne '\033[36m'; curl -s randomfunfacts.com | grep '' | sed 's/.*\(.*\)<\/i>.*/\1/'; echo -ne '\033[0m'; tput sgr0" + alias taskr="/zz/zShared/bin/task restart-host" + alias taskrd="/zz/zShared/bin/task restart-digital" # show numeric permissions local FORMATFLAG="-c" @@ -67,7 +69,7 @@ _setpath() { /usr/local/bin /usr/local/sbin /usr/local/sqlite/bin - /zz/zShare/bin + /zz/zShared/bin ) local i