Housekeeping

This commit is contained in:
Daniel Fichtinger 2024-11-18 22:57:21 -05:00
parent c7843ed4ab
commit df34a60a32
2 changed files with 8 additions and 2 deletions

View file

@ -10,6 +10,6 @@ return {
event = "UIEnter",
opts = {
show_time = false,
log_level = "warn",
-- log_level = "warn",
},
}

8
.zshrc
View file

@ -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