Compare commits
No commits in common. "42fff94fb43fd4645553e9b2c75306a889db6216" and "c558a2ba17304c0d0ba9d55edeb8f047685b74f2" have entirely different histories.
42fff94fb4
...
c558a2ba17
2 changed files with 0 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
alacritty/.config/alacritty/alacritty.yml
|
alacritty/.config/alacritty/alacritty.yml
|
||||||
|
|
||||||
bin/bin
|
|
||||||
|
|
||||||
nvim/.config/nvim/plugin/packer_compiled.lua
|
nvim/.config/nvim/plugin/packer_compiled.lua
|
||||||
nvim/.config/nvim/undo
|
nvim/.config/nvim/undo
|
||||||
|
|
||||||
|
|
|
@ -43,10 +43,6 @@ if which pyenv > /dev/null; then
|
||||||
(pyenv rehash &) 2> /dev/null
|
(pyenv rehash &) 2> /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $HOME/.orbstack/shell/init.zsh ]; then
|
|
||||||
source $HOME/.orbstack/shell/init.zsh 2>/dev/null || :
|
|
||||||
fi
|
|
||||||
|
|
||||||
autoload compinit -Uz
|
autoload compinit -Uz
|
||||||
setopt EXTENDEDGLOB
|
setopt EXTENDEDGLOB
|
||||||
if [[ -n ${ZDOTDIR}/.zcompdump(#qN.m+1) ]]; then
|
if [[ -n ${ZDOTDIR}/.zcompdump(#qN.m+1) ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue