From d14c7a415d42e99d28271e3ac390369390c41a02 Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 23 May 2023 10:49:36 +0200 Subject: [PATCH] correction alias --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5a4cd3..15ab7da 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,9 @@ cd ~/.vim/bundle/ && git clone https://github.com/VundleVim/Vundle.vim.git ### Alias -Edit your bashrc or zshrc with this ligne : +Edit your bashrc or zshrc and copie/paste this ligne at the end : ``` +vim ~/.zshrc or vim ~/.bashrc alias vimscode="~/.vim/vimscode.sh" ```