From 4a2575f84a3971e17f26d511fd136a028f0775bb Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Sat, 1 Jan 2022 03:16:41 +0900 Subject: [PATCH] README: add links to "bash-it" and "oh-my-bash" --- README-ja_JP.md | 2 +- README.md | 2 +- docs/ChangeLog.md | 1 + note.txt | 11 +++++++++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README-ja_JP.md b/README-ja_JP.md index 9b81bdc5..8e1af745 100644 --- a/README-ja_JP.md +++ b/README-ja_JP.md @@ -93,7 +93,7 @@ make -C ble.sh install DESTDIR=/tmp/blesh-package PREFIX=/usr/local 注意: `ble.sh` は、(プロンプト (`PS1`)、エイリアス、関数などを提供する) 典型的な Bash 設定集と異なります。 `ble.sh` はより低層の基盤を提供するもので、ユーザは自分でプロンプトやエイリアスを設定する必要があります。 -勿論 `bash-it` や `oh-my-bash` の様な他の Bash 設定と一緒に使っていただくことも可能です。 +勿論 [`bash-it`](https://github.com/Bash-it/bash-it) や [`oh-my-bash`](https://github.com/ohmybash/oh-my-bash) の様な他の Bash 設定と一緒に使っていただくことも可能です。 > デモ > diff --git a/README.md b/README.md index 547a0df2..b70d391d 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ You may also install `ble.sh` through package-management systems (currently only Note: ble.sh does not provide specific settings of the prompt, aliases, functions, etc. ble.sh provides a more fundamental infrastructure so that users can set up their own prompt, aliases, functions, etc. -Of course ble.sh can be used in combination with other Bash configurations such as `bash-it` and `oh-my-bash`. +Of course ble.sh can be used in combination with other Bash configurations such as [`bash-it`](https://github.com/Bash-it/bash-it) and [`oh-my-bash`](https://github.com/ohmybash/oh-my-bash). > Demo (version 0.2) > diff --git a/docs/ChangeLog.md b/docs/ChangeLog.md index 1aaaf01e..642062a9 100644 --- a/docs/ChangeLog.md +++ b/docs/ChangeLog.md @@ -221,6 +221,7 @@ - blerc: add all the missing options `#D1667` 0228d76 - blerc: add missing faces `argument_option` and `cmdinfo_cd_cdpath` (reported by Prikalel) `#D1675` 26aaf87 - README: describe how to invoke multiple widgets with a keybinding (motivated by michaelmob) `#D1699` 6123551 +- README: add links to `bash-it` and `oh-my-bash` `#D1724` 0000000 ## Optimization diff --git a/note.txt b/note.txt index 038f37e9..e1f2edc4 100644 --- a/note.txt +++ b/note.txt @@ -1687,8 +1687,6 @@ bash_tips 2021-12-20 - * README: oh-my-bash は流石に削除するべきだろう。 - * git-prompt, git-status 等の機能の模倣? 2021-12-18 @@ -5777,6 +5775,15 @@ bash_tips 2021-12-30 + * 2021-12-20 README: oh-my-bash は流石に削除するべきだろう [#D1724] + + → oh-my-bash を引き継いだので流石にこれ以上は問題は起こらせない。追々実装 + もちゃんとした物に差し替えていく事にする。なので現状では変更しなくても良い + という気がする。と、思ったがたかが 100 commits 程度しかない oh-my-bash を本 + 当に推して良いのかというのも謎である。 + + 取り敢えずリンクは貼る事にした。 + * util (vbell): 外部コマンドを実行する前に vbell 消去はキャンセルするべきでは [#D1723] ble/term/visible-bell/.erase-previous-visible-bell で set -f が設定されてい