Remove sourcing lsb-release file.
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -81,9 +81,7 @@ key[PageUp]=${terminfo[kpp]}
|
||||
key[Up]=${terminfo[kcuu1]}
|
||||
#
|
||||
# Terminal hack (keyup/keydown) for FreeBSD
|
||||
if [[ -f /etc/lsb-release ]]; then
|
||||
source /etc/lsb-release
|
||||
elif [[ "`uname -s`" == "FreeBSD" ]]; then
|
||||
if [[ "`uname -s`" == "FreeBSD" ]]; then
|
||||
key[Down]="[B"
|
||||
key[Up]="[A"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user