Housekeeping
This commit is contained in:
parent
c7843ed4ab
commit
df34a60a32
2 changed files with 8 additions and 2 deletions
|
@ -10,6 +10,6 @@ return {
|
||||||
event = "UIEnter",
|
event = "UIEnter",
|
||||||
opts = {
|
opts = {
|
||||||
show_time = false,
|
show_time = false,
|
||||||
log_level = "warn",
|
-- log_level = "warn",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
8
.zshrc
8
.zshrc
|
@ -1,7 +1,13 @@
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
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 )
|
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 $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
|
# autoload -U promptinit; promptinit
|
||||||
# prompt purer
|
# prompt purer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue