diff --git a/languages/bash.sh b/languages/bash.sh index 6c4bf05..05c951a 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -63,7 +63,7 @@ cat > # places standard input into file more # shows the first part of a file (move with space and type q to quit) head # outputs the first 10 lines of file tail # outputs the last 10 lines of file (useful with -f option) -emacs # lets you create and edit a file +vim # lets you create and edit a file mv # moves a file cp # copies a file rm # removes a file