Skip to content
Snippets Groups Projects
Commit 6ba74b32 authored by Simon May's avatar Simon May
Browse files

Remove “file created on…” lines

parent 335c08cf
No related branches found
No related tags found
No related merge requests found
# file created 2018-08-08 by Simon May
# remove . from $PATH
PATH=$(echo "$PATH" | sed -E 's/:\.(:|$)/\1/')
......
# 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
......
# file created 2018-08-08 by Simon May
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment