Remove sourcing lsb-release file.

This commit is contained in:
Gea-Suan Lin
2022-03-30 23:46:35 +08:00
parent 4d0bca1c12
commit d4190b6f5a

4
.zshrc
View File

@@ -81,9 +81,7 @@ key[PageUp]=${terminfo[kpp]}
key[Up]=${terminfo[kcuu1]} key[Up]=${terminfo[kcuu1]}
# #
# Terminal hack (keyup/keydown) for FreeBSD # Terminal hack (keyup/keydown) for FreeBSD
if [[ -f /etc/lsb-release ]]; then if [[ "`uname -s`" == "FreeBSD" ]]; then
source /etc/lsb-release
elif [[ "`uname -s`" == "FreeBSD" ]]; then
key[Down]="" key[Down]=""
key[Up]="" key[Up]=""
fi fi