diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-07-14 19:39:17 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-07-14 19:39:17 +0100 |
commit | d1bde67fb2d50e882ef98fd359b29b820133982e (patch) | |
tree | b0a99335370886a651f2f0ad4228358cdd3348d4 /repos.zsh | |
parent | b31396823e9f6cb980032c8f2bfd2935611eb676 (diff) |
Add repositories
Diffstat (limited to 'repos.zsh')
-rw-r--r-- | repos.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,9 +12,10 @@ repodirs[icholy/ttygif]=$home/github/ttygif repodirs[altercation/mutt-colors-solarized]=$home/github/mutt-colors-solarized # My repositories +repodirs[uvaes/fzf-marks]=$home/github/fzf-marks +repodirs[uvaes/grm]=$home/github/grm # fzf-related -repodirs[uvaes/fzf-marks]=$home/github/fzf-marks repodirs[atweiden/fzf-extras]=$home/github/fzf-extras repodirs[junegunn/fzf]=$home/.fzf |