From 391ca9ceb2a886dfd524b0fdeb112d588407d6ca Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Mon, 5 Oct 2020 16:43:57 -0500 Subject: [PATCH] clean: merged commands into one line --- ubuntu fresh install.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ubuntu fresh install.md b/ubuntu fresh install.md index dbd4ad8..130b774 100644 --- a/ubuntu fresh install.md +++ b/ubuntu fresh install.md @@ -75,8 +75,7 @@ export PAGER=most ### Enable zsh plugins ```bash -plugins=(git zsh-syntax-highlighting) -plugins=(autoswitch_virtualenv $plugins) +plugins=(git zsh-syntax-highlighting autoswitch_virtualenv) ``` **Note:** Probably need to install them first