Compare commits

..

2 commits

Author SHA1 Message Date
c922ce552c
only bookmark commits with data 2024-11-25 13:40:10 -06:00
9d1b56ddb3
needless modifications 2024-11-25 13:39:52 -06:00
2 changed files with 12 additions and 3 deletions

View file

@ -21,4 +21,4 @@ format = "git"
[aliases]
wip = ["ci", "-m", "wip"]
la = ["log", "-r", "all()"]
bsm = ["bookmark", "set", "main"]
bsm = ["bookmark", "set", "main", "-r", "latest(~empty())"]

View file

@ -5,8 +5,17 @@
[[ -d ${ZDOTDIR:-~}/.antidote ]] ||
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-~}/.antidote
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
antidote load
# antidote load
# a "faster" antidote load
zplugins=${ZDOTDIR:-~}/.zplugins
if [[ ! ${zplugins}.zsh -nt $zplugins ]]; then
(
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
antidote bundle <${zplugins} > ${zplugins}.zsh
)
fi
source ${zplugins}.zsh
path=(
$HOME/{,.dotfiles/}{,s}bin(N)