AutoYADM commit: 2024-12-07 14:55:04
This commit is contained in:
parent
9e4a144493
commit
9efe2bf88b
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue