mirror of https://github.com/akelge/zsh
Remove antibody, no more used
This commit is contained in:
parent
1487224aaa
commit
6b9bbdadb9
|
@ -1,12 +0,0 @@
|
||||||
source /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/git/git.plugin.zsh
|
|
||||||
fpath+=( /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/git )
|
|
||||||
source /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/pip/pip.plugin.zsh
|
|
||||||
fpath+=( /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/pip )
|
|
||||||
|
|
||||||
source /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/docker-compose/docker-compose.plugin.zsh
|
|
||||||
fpath+=( /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/docker-compose )
|
|
||||||
source /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/aws/aws.plugin.zsh
|
|
||||||
fpath+=( /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh/plugins/aws )
|
|
||||||
|
|
||||||
source /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-agnoster-SLASH-agnoster-zsh-theme/agnoster.zsh-theme
|
|
||||||
fpath+=( /home/andre/.cache/antibody/https-COLON--SLASH--SLASH-github.com-SLASH-agnoster-SLASH-agnoster-zsh-theme )
|
|
|
@ -1,33 +0,0 @@
|
||||||
# To update plugins, add them below, then run
|
|
||||||
# antibody bundle < ~/.zshdir/plugins.txt > ~/.zshdir/plugins.sh
|
|
||||||
|
|
||||||
|
|
||||||
# Bundles from the default repo (robbyrussell's oh-my-zsh).
|
|
||||||
# heroku
|
|
||||||
# lein
|
|
||||||
# command-not-found
|
|
||||||
# sudo
|
|
||||||
# fancy-ctrl-z
|
|
||||||
# zsh_reload
|
|
||||||
# vagrant
|
|
||||||
# zsh-users/zsh-completions src
|
|
||||||
# brew-cask
|
|
||||||
# brew
|
|
||||||
|
|
||||||
robbyrussell/oh-my-zsh path:plugins/git
|
|
||||||
# robbyrussell/oh-my-zsh path:plugins/git-prompt
|
|
||||||
robbyrussell/oh-my-zsh path:plugins/pip
|
|
||||||
# robbyrussell/oh-my-zsh path:plugins/svn
|
|
||||||
# robbyrussell/oh-my-zsh path:plugins/osx
|
|
||||||
robbyrussell/oh-my-zsh path:plugins/docker
|
|
||||||
robbyrussell/oh-my-zsh path:plugins/docker-compose
|
|
||||||
robbyrussell/oh-my-zsh path:plugins/aws
|
|
||||||
robbyrussell/oh-my-zsh path:plugins/httpie
|
|
||||||
|
|
||||||
# Syntax highlighting bundle.
|
|
||||||
# zsh-users/zsh-syntax-highlighting
|
|
||||||
|
|
||||||
# Load the theme.
|
|
||||||
agnoster/agnoster-zsh-theme
|
|
||||||
|
|
||||||
# vim: set ts=4 sw=4 tw=0 ft=sh :
|
|
|
@ -1,10 +0,0 @@
|
||||||
# Created by newuser for 5.7.1
|
|
||||||
#
|
|
||||||
export DEFAULT_USER=$(whoami)
|
|
||||||
export WORKON_HOME=$HOME/Src/virtualenvs
|
|
||||||
export PROJECT_HOME=$HOME/Src/projects
|
|
||||||
|
|
||||||
ZSH="$(antibody home)/https-COLON--SLASH--SLASH-github.com-SLASH-robbyrussell-SLASH-oh-my-zsh"
|
|
||||||
source ~/.zshdir/plugins.sh
|
|
||||||
|
|
||||||
cd
|
|
Loading…
Reference in New Issue