Add nonewline to end of file to avoid issues when new options are added

This commit is contained in:
Renato Botelho 2013-04-29 11:02:15 -03:00
parent ac62a50d9b
commit f87d0bb7c5
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ if ($term == "xterm" || $term == "vt100" || $term == "vt102" || $term == "vt220"
bindkey "\e[7~" beginning-of-line # Home rxvt/konsole
bindkey "\e[8~" end-of-line # End rxvt/konsole
endif
endif