Move every file from plugins into zshrc.d as well as all bigger blobs in the zshrc into their own files there. Some stuff is still in there that I am not all too sure where it belongs. TODO: Move. Because all external plugins are now sourced over a symlink I had to create a fork of fzf-tab for now that supports that. See: https://github.com/Aloxaf/fzf-tab/pull/153
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
# Bold red
|
|
export STDERRED_ESC_CODE="$(tput bold && tput setaf 1)"
|
|
|
|
export STDERRED_BLACKLIST="^(git|curl|wget|swipl)$"
|