mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-25 00:17:17 +00:00
fix error
This commit is contained in:
parent
6f23f9cef9
commit
40920356e7
2
zshrc
2
zshrc
@ -103,7 +103,7 @@ 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
|
||||
if [[ ${TERM} =~ "rxvt-unicode-*" ]] export TERM="xterm"
|
||||
[[ ${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
|
||||
|
Loading…
Reference in New Issue
Block a user