1
Fork 0

Add a ZLE file for extra ZSH configuration.

This commit is contained in:
Bauke 2022-09-03 16:03:29 +02:00
parent b4457d0644
commit 8696f234c8
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 3 additions and 0 deletions

2
.zle.zsh Normal file
View File

@ -0,0 +1,2 @@
autoload -Uz bracketed-paste-url-magic
zle -N bracketed-paste bracketed-paste-url-magic

1
.zshrc
View File

@ -11,6 +11,7 @@ export PATH="$PATH:$LOCAL_BIN"
source "$HOME/.aliases.zsh"
source "$HOME/.functions.zsh"
source "$HOME/.zle.zsh"
export NVS_HOME="$HOME/.local/share/nvs"
source "$NVS_HOME/nvs.sh"