Update bash.sh: removed line containing vim command

This commit is contained in:
Fraasi
2024-03-14 15:14:17 +00:00
committed by GitHub
parent 559d03ecf3
commit 0a8efa0454

View File

@@ -55,7 +55,6 @@ history # shows command line history
!! # repeats the last command
!<n> # refers to command line 'n'
!<string> # refers to command starting with 'string'
esc :wq # exits and saves script
exit # logs out of current session