commit 56131f30668881e0a8bf7ac6bf82bf1914fa81a5
parent 0ae44890fb9040b4f9b7f52bd05983b303a3f5d8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 10 Apr 2019 13:39:28 +0200
fffs is installed as a submodule
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/init/50_zsh.sh b/init/50_zsh.sh
@@ -1,12 +1,5 @@
#!/usr/bin/env bash
-# zsh plugin manager
-if [ ! -d ~/code/fffs ]; then
- mkdir -p ~/code/fffs
- git clone https://gitlab.com/admesg/fffs ~/code/fffs
- ln -s ~/code/fffs/fffs ~/bin/fffs
-fi
-
# zplug requires gawk
if [[ "$(uname)" = "Linux" ]]; then
if [[ "$(cat /etc/issue 2> /dev/null)" =~ Debian ]]; then