fix typos
This commit is contained in:
@ -36,6 +36,8 @@ _setaliases() {
|
||||
alias grep="grep --color=auto"
|
||||
|
||||
alias facts="echo -ne '\033[36m'; curl -s randomfunfacts.com | grep '<i>' | sed 's/.*<i>\(.*\)<\/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
|
||||
|
||||
Reference in New Issue
Block a user