summaryrefslogtreecommitdiffstats
path: root/etc/skel
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-04-29 11:07:11 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-04-29 11:07:11 -0300
commit5d4429496e3da59cd14ec5c2bc1fffe75ca11f0b (patch)
treed091dea0ee0f025ccdfff96eac2c3b42ca850bf6 /etc/skel
parentf87d0bb7c569725d5d2503a8c7bb914032d290f5 (diff)
downloadpfsense-5d4429496e3da59cd14ec5c2bc1fffe75ca11f0b.zip
pfsense-5d4429496e3da59cd14ec5c2bc1fffe75ca11f0b.tar.gz
Add nonewline to end of file to avoid issues when new options are added
Diffstat (limited to 'etc/skel')
-rw-r--r--etc/skel/dot.tcshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/skel/dot.tcshrc b/etc/skel/dot.tcshrc
index 64e5ca4..cd20f2d 100644
--- a/etc/skel/dot.tcshrc
+++ b/etc/skel/dot.tcshrc
@@ -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 \ No newline at end of file
+endif
OpenPOWER on IntegriCloud