From 9efe2bf88bef3da35f15e651b455713fcd35c195 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 7 Dec 2024 14:55:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-07 14:55:04 --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d8b7ebe5..c1d8bd2d 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,6 @@ export 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 -source "$HOME/scripts/mkbak.zsh" # Note: if I do get Obsidian Bridge working, this is # a really bad way to load the env because @@ -86,6 +85,9 @@ function zle-keymap-select zle-line-init zle-line-finish } # fpath+=(~/.zsh/completions) +fpath+=(~/.config/zsh/functions) +autoload -Uz mkbak + zle -N zle-line-init zle -N zle-line-finish zle -N zle-keymap-select