data-setup icon indicating copy to clipboard operation
data-setup copied to clipboard

Inconsistency between .zshrc file and .../lewagon/data-setup/blob/master/WINDOWS.md

Open leetoo opened this issue 2 years ago • 0 comments

Small thing but anyway. I'm encounter that number of plugis in instruction .../lewagon/data-setup/blob/master/WINDOWS.md different from in the dotfile .../dotfiles/blob/master/zshrc

plugins=(git gitfast last-working-dir common-aliases zsh-syntax-highlighting history-substring-search pyenv)

image

To avoid probable conflict between 'git' and 'gitfast' plugins (it could happen in the future releases of plugins), I propose choosing one plugin, either 'git' or 'gitfast'. Alternatively, ignore it and add the 'git' plugin to the instruction to avoid confusion from future students.

leetoo avatar Apr 08 '22 14:04 leetoo