aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc_text
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc_text')
-rw-r--r--.bashrc_text5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bashrc_text b/.bashrc_text
index 3f5c4fd..5a678ee 100644
--- a/.bashrc_text
+++ b/.bashrc_text
@@ -1,5 +1,10 @@
#!/usr/bin/env bash
+# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com>
+# This file is part of the "Cygwin configuration files" project.
+# For details, see https://github.com/egor-tensin/cygwin-home.
+# Distributed under the MIT License.
+
alias dos2eol='sed --binary --in-place '"'"'s/\(\r\?\)$//'"'"
alias eol2dos='sed --binary --in-place '"'"'s/\r\?$/\r/'"'"