mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
multiline is good
This commit is contained in:
parent
0aeacc7e7c
commit
7f7413b950
2 changed files with 83 additions and 12 deletions
|
|
@ -35,12 +35,48 @@ DISABLE_VENV_CD="true"
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
plugins=(git2 python repo intel-repo cp buildbot rsync git-extras git-remote-branch\
|
plugins=(
|
||||||
command-not-found debian dircycle encode64 lol extract launch_trial \
|
autopep8
|
||||||
vim-scp ufw sublime pylint pep8 autopep8 \
|
buildbot
|
||||||
common-aliases work-aliases zsh-syntax-highlighting \
|
colored-man
|
||||||
tmux txw jump grin pip colored-man docker yocto tig \
|
command-not-found
|
||||||
docker-rswl helm kubectl cp)
|
common-aliases
|
||||||
|
cp
|
||||||
|
debian
|
||||||
|
dircycle
|
||||||
|
docker
|
||||||
|
docker-rswl
|
||||||
|
encode64
|
||||||
|
extract
|
||||||
|
git-extras
|
||||||
|
git-remote-branch
|
||||||
|
git2
|
||||||
|
grin
|
||||||
|
helm
|
||||||
|
intel-repo
|
||||||
|
jump
|
||||||
|
kubectl
|
||||||
|
launch_trial
|
||||||
|
lol
|
||||||
|
mv
|
||||||
|
npm
|
||||||
|
pep8
|
||||||
|
pip
|
||||||
|
pylint
|
||||||
|
python
|
||||||
|
repo
|
||||||
|
rsync
|
||||||
|
sublime
|
||||||
|
tig
|
||||||
|
tmux
|
||||||
|
txw
|
||||||
|
ufw
|
||||||
|
vim-scp
|
||||||
|
work-aliases
|
||||||
|
yarn
|
||||||
|
yocto
|
||||||
|
zsh-syntax-highlighting
|
||||||
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -32,12 +32,47 @@ DISABLE_VENV_CD="true"
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
plugins=(git2 python repo cp buildbot rsync git-extras git-remote-branch\
|
plugins=(
|
||||||
command-not-found debian dircycle encode64 lol extract launch_trial \
|
autopep8
|
||||||
vim-scp ufw sublime pylint pep8 autopep8 \
|
brew
|
||||||
common-aliases work-aliases zsh-syntax-highlighting \
|
buildbot
|
||||||
txw jump grin pip colored-man osx tig brew \
|
cask
|
||||||
subliminal helm kubectl cp cask)
|
colored-man
|
||||||
|
command-not-found
|
||||||
|
common-aliases
|
||||||
|
cp
|
||||||
|
debian
|
||||||
|
dircycle
|
||||||
|
encode64
|
||||||
|
extract
|
||||||
|
git-extras
|
||||||
|
git-remote-branch
|
||||||
|
git2
|
||||||
|
grin
|
||||||
|
helm
|
||||||
|
jump
|
||||||
|
kubectl
|
||||||
|
launch_trial
|
||||||
|
lol
|
||||||
|
mv
|
||||||
|
npm
|
||||||
|
osx
|
||||||
|
pep8
|
||||||
|
pip
|
||||||
|
pylint
|
||||||
|
python
|
||||||
|
repo
|
||||||
|
rsync
|
||||||
|
sublime
|
||||||
|
subliminal
|
||||||
|
tig
|
||||||
|
txw
|
||||||
|
ufw
|
||||||
|
vim-scp
|
||||||
|
work-aliases
|
||||||
|
yarn
|
||||||
|
zsh-syntax-highlighting
|
||||||
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue