Quantcast
Channel: CodeSection,代码区,Linux操作系统:Ubuntu_Centos_Debian - CodeSec
Viewing all articles
Browse latest Browse all 11063

Zsh Antigen 1.3.5 发布,Zsh 的插件管理器

$
0
0

Antigen 1.3.5 发布了,Antigen 是Zsh 的插件管理器,灵感来自oh-my-zsh 和vundle,可以帮助轻松地管理你的 shell(zsh)插件。

source /path-to-antigen-clone/antigen.zsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle git
antigen bundle heroku
antigen bundle pip
antigen bundle lein
antigen bundle command-not-found
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# Load the theme.
antigen theme robbyrussell
# Tell antigen that you're done.
antigen apply

这是一个 bug 修复版本,添加了一个缺失的antigen-list 命令,增强了文档,并解决了在 zsh 4.3.11 版本中的一个问题。

下载地址:


Viewing all articles
Browse latest Browse all 11063

Trending Articles