diff options
Diffstat (limited to '.zsh')
-rw-r--r-- | .zsh/plugins | 2 | ||||
-rw-r--r-- | .zsh/tmp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.zsh/plugins b/.zsh/plugins index b519e4b..bccb010 100644 --- a/.zsh/plugins +++ b/.zsh/plugins @@ -14,7 +14,7 @@ if ! zgen saved; then # Oh-my-zsh plugins zgen oh-my-zsh plugins/git zgen oh-my-zsh plugins/vi-mode - zgen oh-my-zsh plugins/ubuntu + zgen oh-my-zsh plugins/archlinux zgen oh-my-zsh plugins/tmux zgen oh-my-zsh plugins/themes @@ -1,3 +1,3 @@ #!/bin/zsh -export COLORSCHEME=dark +export COLORSCHEME=light |