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]}
|
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]="[B"
|
key[Down]="[B"
|
||||||
key[Up]="[A"
|
key[Up]="[A"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user