AutoYADM commit: 2024-12-15 23:00:02
This commit is contained in:
parent
ff63fdbd80
commit
e5e08a49c1
1 changed files with 4 additions and 2 deletions
6
.zshrc
6
.zshrc
|
@ -1,7 +1,8 @@
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
ZSH="$HOME/.oh-my-zsh"
|
||||||
unset vblank_mode
|
|
||||||
plugins=(ssh-agent git github zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
|
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
|
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
|
# Note: if I do get Obsidian Bridge working, this is
|
||||||
# a really bad way to load the env because
|
# a really bad way to load the env because
|
||||||
|
@ -102,3 +103,4 @@ eval "$(starship init zsh)"
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
# colorscript -e 36
|
# colorscript -e 36
|
||||||
source ~/scripts/obsidian-bridge.sh
|
source ~/scripts/obsidian-bridge.sh
|
||||||
|
unset vblank_mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue