From efadbafb79535ebfafd37494e3e61cbdbfa4a4ec Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 4 Aug 2015 14:05:12 +0200 Subject: Fix password for gmail --- repos.zsh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'repos.zsh') diff --git a/repos.zsh b/repos.zsh index 888682f..95b0fa2 100644 --- a/repos.zsh +++ b/repos.zsh @@ -1,4 +1,6 @@ -declare -A repodirs install uninstall +declare -A repodirs +declare -A install +declare -A uninstall # General purpose repodirs[icholy/ttygif]=/home/urbain/github/ttygif @@ -17,16 +19,13 @@ repodirs[atweiden/fzf-extras]=/home/urbain/github/fzf-extras # Plugin managers repodirs[junegunn/vim-plug]=/home/urbain/.vim/vim-plug repodirs[tmux-plugins/tpm]=/home/urbain/.tmux/plugins/tpm -repodirs[tarjoilija/zgen]=/home/urbain/.zgen +# repodirs[tarjoilija/zgen]=/home/urbain/.zgen # Experimental 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 .. -- cgit v1.2.3