From 6ba74b322173f4691bf42df98737513e817b3de8 Mon Sep 17 00:00:00 2001 From: Simon May <simon.may@mpa-garching.mpg.de> Date: Fri, 17 Aug 2018 19:32:54 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9Cfile=20created=20on=E2=80=A6?= =?UTF-8?q?=E2=80=9D=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 2 -- .inputrc | 2 -- .profile | 2 -- 3 files changed, 6 deletions(-) diff --git a/.bashrc b/.bashrc index a8deb49..74f7ae6 100644 --- a/.bashrc +++ b/.bashrc @@ -1,5 +1,3 @@ -# file created 2018-08-08 by Simon May - # remove . from $PATH PATH=$(echo "$PATH" | sed -E 's/:\.(:|$)/\1/') diff --git a/.inputrc b/.inputrc index 6fed1f4..c963a9e 100644 --- a/.inputrc +++ b/.inputrc @@ -1,5 +1,3 @@ -# file created 2018-08-08 by Simon May - # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving "\e[1;5C": forward-word "\e[1;5D": backward-word diff --git a/.profile b/.profile index 65e3fd2..50b40de 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,3 @@ -# file created 2018-08-08 by Simon May - # if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists -- GitLab