diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-04 14:05:12 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-04 14:05:12 +0200 |
commit | efadbafb79535ebfafd37494e3e61cbdbfa4a4ec (patch) | |
tree | 6171106df751164d4f7127a6e841ce57fbddaa8a /repos.zsh | |
parent | b3d0341eba9615bfa05449762da36527f4ef4193 (diff) |
Fix password for gmail
Diffstat (limited to 'repos.zsh')
-rw-r--r-- | repos.zsh | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 .. |