Add a ZLE file for extra ZSH configuration.
This commit is contained in:
parent
b4457d0644
commit
8696f234c8
|
@ -0,0 +1,2 @@
|
||||||
|
autoload -Uz bracketed-paste-url-magic
|
||||||
|
zle -N bracketed-paste bracketed-paste-url-magic
|
1
.zshrc
1
.zshrc
|
@ -11,6 +11,7 @@ export PATH="$PATH:$LOCAL_BIN"
|
||||||
|
|
||||||
source "$HOME/.aliases.zsh"
|
source "$HOME/.aliases.zsh"
|
||||||
source "$HOME/.functions.zsh"
|
source "$HOME/.functions.zsh"
|
||||||
|
source "$HOME/.zle.zsh"
|
||||||
|
|
||||||
export NVS_HOME="$HOME/.local/share/nvs"
|
export NVS_HOME="$HOME/.local/share/nvs"
|
||||||
source "$NVS_HOME/nvs.sh"
|
source "$NVS_HOME/nvs.sh"
|
||||||
|
|
Loading…
Reference in New Issue