diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-11-17 23:09:43 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-11-17 23:09:43 +0000 |
commit | 148f7d366682580e8320d281ec885932bce52425 (patch) | |
tree | c2f2f95915faa7d0d7b58f965af22b5795ef448a /.zsh | |
parent | 5e6597c778fea8a3d486066438d5ef02319df820 (diff) |
Add ubuntu plugin in zsh
Diffstat (limited to '.zsh')
-rw-r--r-- | .zsh/plugins | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh/plugins b/.zsh/plugins index a70ab14..1a9ef41 100644 --- a/.zsh/plugins +++ b/.zsh/plugins @@ -15,6 +15,7 @@ if ! zgen saved; then zgen oh-my-zsh plugins/git zgen oh-my-zsh plugins/vi-mode zgen oh-my-zsh plugins/archlinux + zgen oh-my-zsh plugins/ubuntu zgen oh-my-zsh plugins/tmux zgen oh-my-zsh plugins/themes |