diff options
Diffstat (limited to 'repos.zsh')
-rw-r--r-- | repos.zsh | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,4 @@ -declare -A repodirs -declare -A install -declare -A uninstall +declare -A repodirs install uninstall # General purpose repodirs[icholy/ttygif]=/home/urbain/github/ttygif @@ -26,6 +24,10 @@ repodirs[adbrebs/taxi]=/home/urbain/github/adbrebs/taxi repodirs[adbrebs/meg]=/home/urbain/github/adbrebs/meg repodirs[adbrebs/brain_segmentation]=/home/urbain/github/adbrebs/brain_segmentation +# Experimental +repodirs[adbrebs/taxi]=/home/urbain/github/taxi + +# Installation function after_vimplug { cd .. rm -rf autoload |