From 2b0e06835b9014cc5e4a41b59173c412856a82f1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 29 Nov 2017 22:18:20 +0300 Subject: renamed the repo --- %HOME%/.bash_utils/cxx.sh | 4 ++-- %HOME%/.bash_utils/distr.sh | 4 ++-- %HOME%/.bash_utils/file.sh | 4 ++-- %HOME%/.bash_utils/git.sh | 4 ++-- %HOME%/.bash_utils/os.sh | 4 ++-- %HOME%/.bash_utils/path.sh | 4 ++-- %HOME%/.bash_utils/python.sh | 4 ++-- %HOME%/.bash_utils/ruby.sh | 4 ++-- %HOME%/.bash_utils/text.sh | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to '%HOME%') diff --git a/%HOME%/.bash_utils/cxx.sh b/%HOME%/.bash_utils/cxx.sh index e738669..d5ce371 100644 --- a/%HOME%/.bash_utils/cxx.sh +++ b/%HOME%/.bash_utils/cxx.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin -# This file is part of the "Cygwin configuration files" project. -# For details, see https://github.com/egor-tensin/cygwin-home. +# 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. _runc_is_cygwin() ( diff --git a/%HOME%/.bash_utils/distr.sh b/%HOME%/.bash_utils/distr.sh index b559b15..4f80621 100644 --- a/%HOME%/.bash_utils/distr.sh +++ b/%HOME%/.bash_utils/distr.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin -# This file is part of the "Cygwin configuration files" project. -# For details, see https://github.com/egor-tensin/cygwin-home. +# 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. sums_path='sha1sums.txt' diff --git a/%HOME%/.bash_utils/file.sh b/%HOME%/.bash_utils/file.sh index 6df20d0..9c68bf8 100644 --- a/%HOME%/.bash_utils/file.sh +++ b/%HOME%/.bash_utils/file.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin -# This file is part of the "Cygwin configuration files" project. -# For details, see https://github.com/egor-tensin/cygwin-home. +# 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. swap_files() ( diff --git a/%HOME%/.bash_utils/git.sh b/%HOME%/.bash_utils/git.sh index acf7ff8..8e6e789 100644 --- a/%HOME%/.bash_utils/git.sh +++ b/%HOME%/.bash_utils/git.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin -# This file is part of the "Cygwin configuration files" project. -# For details, see https://github.com/egor-tensin/cygwin-home. +# 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. alias branch_files='git ls-tree -r --name-only HEAD' diff --git a/%HOME%/.bash_utils/os.sh b/%HOME%/.bash_utils/os.sh index 42b7307..c38bbbe 100644 --- a/%HOME%/.bash_utils/os.sh +++ b/%HOME%/.bash_utils/os.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin -# This file is part of the "Cygwin configuration files" project. -# For details, see https://github.com/egor-tensin/cygwin-home. +# 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. _os='' diff --git a/%HOME%/.bash_utils/path.sh b/%HOME%/.bash_utils/path.sh index efcc73a..48b840e 100644 --- a/%HOME%/.bash_utils/path.sh +++ b/%HOME%/.bash_utils/path.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin -# This file is part of the "Cygwin configuration files" project. -# For details, see https://github.com/egor-tensin/cygwin-home. +# 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. path_add() ( diff --git a/%HOME%/.bash_utils/python.sh b/%HOME%/.bash_utils/python.sh index 910fbdd..ff394d6 100644 --- a/%HOME%/.bash_utils/python.sh +++ b/%HOME%/.bash_utils/python.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Copyright (c) 2017 Egor Tensin -# This file is part of the "Cygwin configuration files" project. -# For details, see https://github.com/egor-tensin/cygwin-home. +# 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. # This is a half-assed way to automatically add your user's pip binary diff --git a/%HOME%/.bash_utils/ruby.sh b/%HOME%/.bash_utils/ruby.sh index e9f5e3e..8d0b74a 100644 --- a/%HOME%/.bash_utils/ruby.sh +++ b/%HOME%/.bash_utils/ruby.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin -# This file is part of the "Cygwin configuration files" project. -# For details, see https://github.com/egor-tensin/cygwin-home. +# 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. ruby_setup() { diff --git a/%HOME%/.bash_utils/text.sh b/%HOME%/.bash_utils/text.sh index db87066..e72167f 100644 --- a/%HOME%/.bash_utils/text.sh +++ b/%HOME%/.bash_utils/text.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Copyright (c) 2016 Egor Tensin -# This file is part of the "Cygwin configuration files" project. -# For details, see https://github.com/egor-tensin/cygwin-home. +# 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. alias dos2eol='sed --binary --in-place -- '"'"'s/\(\r\?\)$//'"'" -- cgit v1.2.3