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 | |
parent | b31396823e9f6cb980032c8f2bfd2935611eb676 (diff) |
Add repositories
-rw-r--r-- | repos.zsh | 3 | ||||
-rw-r--r-- | zshrc | 2 |
2 files changed, 3 insertions, 2 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 @@ -162,7 +162,7 @@ fi # Colors # export TERM=xterm-256color -export COLORSCHEME=light +export COLORSCHEME=dark function colo { |