Compare commits

...

2 commits

Author SHA1 Message Date
42fff94fb4
Load orbstack 2023-08-27 10:04:04 -04:00
d9d186fd77
Require force adding to bin 2023-08-27 09:56:43 -04:00
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View file

@ -2,6 +2,8 @@
alacritty/.config/alacritty/alacritty.yml
bin/bin
nvim/.config/nvim/plugin/packer_compiled.lua
nvim/.config/nvim/undo

View file

@ -43,6 +43,10 @@ if which pyenv > /dev/null; then
(pyenv rehash &) 2> /dev/null
fi
if [ -f $HOME/.orbstack/shell/init.zsh ]; then
source $HOME/.orbstack/shell/init.zsh 2>/dev/null || :
fi
autoload compinit -Uz
setopt EXTENDEDGLOB
if [[ -n ${ZDOTDIR}/.zcompdump(#qN.m+1) ]]; then