From 0a8efa04544df975e095562700cabd58e5210dd9 Mon Sep 17 00:00:00 2001 From: Fraasi Date: Thu, 14 Mar 2024 15:14:17 +0000 Subject: [PATCH] Update bash.sh: removed line containing vim command --- languages/bash.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/languages/bash.sh b/languages/bash.sh index 1b8b16be..180b9ecc 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -55,7 +55,6 @@ history # shows command line history !! # repeats the last command ! # refers to command line 'n' ! # refers to command starting with 'string' -esc :wq # exits and saves script exit # logs out of current session