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
|
||||
echo $1
|
||||
else
|
||||
case "$1" in
|
||||
case $1 in
|
||||
rxvt|xterm?*|kterm)
|
||||
fix_term xterm
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue