From 9e3642288df02903f5969efdc6a9665b7863cdb9 Mon Sep 17 00:00:00 2001 From: taoky Date: Sat, 9 Nov 2024 18:39:04 +0800 Subject: [PATCH] PowerfulShell: Typo fix --- official/PowerfulShell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/PowerfulShell/README.md b/official/PowerfulShell/README.md index 5cb5515..2c7819a 100644 --- a/official/PowerfulShell/README.md +++ b/official/PowerfulShell/README.md @@ -60,7 +60,7 @@ _1=~ # $_1 == /players _2=$- # $_2 == hB -${_1:7:1}${_2: -1:1} +${_1:7:1}${_2: -2:1} # sh ```