Compare commits
No commits in common. "c922ce552c7304f79f2e4dadc8ae9e153b8ce0fe" and "46f832ddc7c39732624e14c35019b082eba2655a" have entirely different histories.
c922ce552c
...
46f832ddc7
2 changed files with 3 additions and 12 deletions
|
@ -21,4 +21,4 @@ format = "git"
|
||||||
[aliases]
|
[aliases]
|
||||||
wip = ["ci", "-m", "wip"]
|
wip = ["ci", "-m", "wip"]
|
||||||
la = ["log", "-r", "all()"]
|
la = ["log", "-r", "all()"]
|
||||||
bsm = ["bookmark", "set", "main", "-r", "latest(~empty())"]
|
bsm = ["bookmark", "set", "main"]
|
||||||
|
|
|
@ -5,17 +5,8 @@
|
||||||
[[ -d ${ZDOTDIR:-~}/.antidote ]] ||
|
[[ -d ${ZDOTDIR:-~}/.antidote ]] ||
|
||||||
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-~}/.antidote
|
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-~}/.antidote
|
||||||
|
|
||||||
|
|
||||||
# antidote load
|
|
||||||
# a "faster" antidote load
|
|
||||||
zplugins=${ZDOTDIR:-~}/.zplugins
|
|
||||||
if [[ ! ${zplugins}.zsh -nt $zplugins ]]; then
|
|
||||||
(
|
|
||||||
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
|
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
|
||||||
antidote bundle <${zplugins} > ${zplugins}.zsh
|
antidote load
|
||||||
)
|
|
||||||
fi
|
|
||||||
source ${zplugins}.zsh
|
|
||||||
|
|
||||||
path=(
|
path=(
|
||||||
$HOME/{,.dotfiles/}{,s}bin(N)
|
$HOME/{,.dotfiles/}{,s}bin(N)
|
||||||
|
|
Loading…
Reference in a new issue