mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
minor clean up
This commit is contained in:
parent
97ccd4cdf5
commit
d82bcd756b
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -73,7 +73,7 @@ function fix_term
|
||||||
if (infocmp $1 &> /dev/null) ; then
|
if (infocmp $1 &> /dev/null) ; then
|
||||||
echo $1
|
echo $1
|
||||||
else
|
else
|
||||||
case "$1" in
|
case $1 in
|
||||||
rxvt|xterm?*|kterm)
|
rxvt|xterm?*|kterm)
|
||||||
fix_term xterm
|
fix_term xterm
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue