diff options
-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 { |