diff --git a/.bash.d/bashrc-MSYS_NT-10.0-18362 b/.bash.d/bashrc-MSYS_NT-10.0-18362 new file mode 100644 index 0000000..7a74b38 --- /dev/null +++ b/.bash.d/bashrc-MSYS_NT-10.0-18362 @@ -0,0 +1,13 @@ +# vim: ts=4 sw=4 sts=4 +################################################################################ +## Script : bashrc-MSYS_NT-10.0-18362 +## Name : bash 設定ファイル [MSYS2用設定] +## Version : 0.0.1 +## Copyright : 2018-2019 Nomura Kei +## License : BSD-2-Clause +################################################################################ +[[ "$-" != *i* ]] && return +echo "[load] ${BASH_SOURCE:-$0}" + +export PATH=${PATH}:/mingw64/bin + diff --git a/.bash.d/bashrc-MSYS_NT-10.0-18362 b/.bash.d/bashrc-MSYS_NT-10.0-18362 new file mode 100644 index 0000000..7a74b38 --- /dev/null +++ b/.bash.d/bashrc-MSYS_NT-10.0-18362 @@ -0,0 +1,13 @@ +# vim: ts=4 sw=4 sts=4 +################################################################################ +## Script : bashrc-MSYS_NT-10.0-18362 +## Name : bash 設定ファイル [MSYS2用設定] +## Version : 0.0.1 +## Copyright : 2018-2019 Nomura Kei +## License : BSD-2-Clause +################################################################################ +[[ "$-" != *i* ]] && return +echo "[load] ${BASH_SOURCE:-$0}" + +export PATH=${PATH}:/mingw64/bin + diff --git a/.bash.d/bashrc_proxy b/.bash.d/bashrc_proxy new file mode 100644 index 0000000..e8d88d4 --- /dev/null +++ b/.bash.d/bashrc_proxy @@ -0,0 +1,15 @@ +# vim: ts=4 sw=4 sts=4 +################################################################################ +## Script : bashrc_proxy +## Name : bash 設定ファイル [プロキシ設定] +## Version : 0.0.1 +## Copyright : 2018-2019 Nomura Kei +## License : BSD-2-Clause +################################################################################ +[[ "$-" != *i* ]] && return +echo "[load] ${BASH_SOURCE:-$0}" + +# export http_proxy=http://<ユーザーID>:<パスワード>@<ホスト名>:<ポート番号> +# export https_proxy=http://<ユーザーID>:<パスワード>@<ホスト名>:<ポート番号> +# export ftp_proxy=http://<ユーザーID>:<パスワード>@<ホスト名>:<ポート番号> +