zsh cleanup

This commit is contained in:
2019-12-26 11:42:09 +03:00
parent a72cddf815
commit 72e42077ca
10 changed files with 1 additions and 148 deletions

2
zshrc
View File

@ -103,8 +103,6 @@ export EDITOR="vim"
export GCC_COLOR="auto"
# path
for _DIR in $(find "${HOME}/.local/bin" -type d 2> /dev/null); do export PATH="${_DIR}:${PATH}"; done
# fix urxvt
[[ ${TERM} =~ "rxvt-unicode-*" ]] && export TERM="xterm"
# load valid ssh config
/bin/rm -f "${HOME}/.ssh/config"
find "${HOME}/.ssh/conf.d" -type f -name '*.conf' -exec cat {} > "${HOME}/.ssh/config" \; 2> /dev/null