AutoYADM commit: 2024-12-15 23:15:02

This commit is contained in:
Daniel Fichtinger 2024-12-15 23:15:02 -05:00
parent e5e08a49c1
commit 5f4533524b
4 changed files with 1 additions and 11 deletions

3
.zshrc
View file

@ -1,8 +1,6 @@
ZSH="$HOME/.oh-my-zsh"
plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
source $ZSH/oh-my-zsh.sh
BREAKPOINT="AFTER SOURCING OMZSH"
echo "$BREAKPOINT: vblank_mode=${vblank_mode}"
# Note: if I do get Obsidian Bridge working, this is
# a really bad way to load the env because
@ -103,4 +101,3 @@ eval "$(starship init zsh)"
eval "$(zoxide init zsh)"
# colorscript -e 36
source ~/scripts/obsidian-bridge.sh
unset vblank_mode