From d48f99dcd5da0459148795376739c50466d9f729 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 8 Jun 2017 17:39:04 +0100 Subject: [PATCH] profile: Remove ^L since some shells don't parse it well --- .profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.profile b/.profile index 0fd50433..5e9d4c11 100644 --- a/.profile +++ b/.profile @@ -6,7 +6,7 @@ ## Result for 027 is: rwxr-x--- umask 027 - + ## Preliminary path definitions. For security reasons (and bad programming ## assumptions) you should always append entries to PATH, not prepend them. @@ -76,7 +76,7 @@ appendpath "/usr/lib/surfraw" appendpath "${HOME}/personal/games/launchers" appendpath "${HOME}/.scripts" - + ## Less config. -R is needed for lesspipe colorization. # export LESS=' -R ' @@ -194,7 +194,7 @@ VISUAL="$EDITOR" export GIT_EDITOR export VISUAL - + ## Hook. Should be sourced last [ -f ~/.profile_hook ] && . ~/.profile_hook