mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add extract and sudo oh-my-zsh plugins.
This commit is contained in:
2
zshrc
2
zshrc
@@ -32,7 +32,7 @@ alias ls='ls --color'
|
|||||||
if [ -d $HOME/.oh-my-zsh ] ; then
|
if [ -d $HOME/.oh-my-zsh ] ; then
|
||||||
ZSH=$HOME/.oh-my-zsh
|
ZSH=$HOME/.oh-my-zsh
|
||||||
ZSH_THEME="matir"
|
ZSH_THEME="matir"
|
||||||
plugins=(git encode64 gpg-agent pep8 pip python tmux urltools)
|
plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo)
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user