config notab everywhere

This commit is contained in:
nojhan 2012-08-14 15:59:36 +02:00
parent 7693c0394c
commit 78b9aff683
4 changed files with 4 additions and 4 deletions

View File

@ -38,4 +38,4 @@ fi
# add return code and prompt mark
LP_PS1="${LP_PS1}${LP_COLOR_ERR}${LP_ERR}${NO_COL}${LP_MARK}"
# vim: set ts=4 sw=4 tw=120 ft=sh:
# vim: set et sts=4 sw=4 tw=120 ft=sh:

View File

@ -93,4 +93,4 @@ LP_COLORMAP_7="$WARN_RED"
LP_COLORMAP_8="$CRIT_RED"
LP_COLORMAP_9="$DANGER_RED"
# vim: set ts=4 sw=4 tw=120 ft=sh:
# vim: set et sts=4 sw=4 tw=120 ft=sh:

View File

@ -33,7 +33,7 @@
# Thomas Debesse <thomas.debesse@gmail.com> # Fix columns use.
# Florian Le Frioux <florian@lefrioux.fr> # Use ± mark when root in VCS dir.
# Luc Didry <luc@fiat-tux.fr> # Zsh port
# Olivier Mengué <dolmen@cpan.org> # Major optimizations
# Olivier Mengué <dolmen@cpan.org> # Major optimizations on host parsing
# See the README.md file for a summary of features.

View File

@ -28,4 +28,4 @@ LP_PATH_KEEP=2
# set to 1 if you want to always see the hostname
LP_HOSTNAME_ALWAYS=0
# vim: set ts=4 sw=4 tw=120 ft=sh:
# vim: set et sts=4 sw=4 tw=120 ft=sh: