From d05ed80faafa11c588575c6ea6c574021d3f27c1 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Sat, 3 Feb 2018 20:14:25 +0000 Subject: [PATCH] Bash: use vim instead of emacs --- languages/bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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