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