From d6c171897be602151ef9ddeb0d725ee0d6b61b4c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 4 Jun 2018 23:42:10 +0300 Subject: add comments --- %HOME%/.profile | 5 +++++ 1 file changed, 5 insertions(+) (limited to '%HOME%/.profile') diff --git a/%HOME%/.profile b/%HOME%/.profile index b1e7153..94a3201 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -1,3 +1,8 @@ +# Copyright (c) 2018 Egor Tensin +# This file is part of the "Linux/Cygwin environment" project. +# For details, see https://github.com/egor-tensin/linux-home. +# Distributed under the MIT License. + if command -v vim > /dev/null 2>&1; then export EDITOR=vim elif command -v nano > /dev/null 2>&1; then -- cgit v1.2.3