From df34a60a32d5b7e4246e0f703a5df1c4ee639ed8 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 18 Nov 2024 22:57:21 -0500 Subject: [PATCH] Housekeeping --- .config/nvim/lua/plugins/presence.lua | 2 +- .zshrc | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/presence.lua b/.config/nvim/lua/plugins/presence.lua index 62ef8b9e..8c4ea090 100644 --- a/.config/nvim/lua/plugins/presence.lua +++ b/.config/nvim/lua/plugins/presence.lua @@ -10,6 +10,6 @@ return { event = "UIEnter", opts = { show_time = false, - log_level = "warn", + -- log_level = "warn", }, } diff --git a/.zshrc b/.zshrc index 37bb0c0c..ec7aebef 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,13 @@ export ZSH="$HOME/.oh-my-zsh" plugins=(ssh-agent git zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd z zellij-zsh-completions ) source $ZSH/oh-my-zsh.sh -source ~/scripts/obsidian-bridge.sh + +# Note: if I do get Obsidian Bridge working, this is +# a really bad way to load the env because +# it slows down shell initialization significantly. +# Would be better to find a way to have the plugin +# call this script dynamically instead! +# source ~/scripts/obsidian-bridge.sh # autoload -U promptinit; promptinit # prompt purer