Skip to content

Commit

Permalink
README: add links to "bash-it" and "oh-my-bash"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jan 7, 2022
1 parent 0da0c1c commit 4a2575f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-ja_JP.md
Expand Up @@ -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 設定と一緒に使っていただくことも可能です。

> デモ
>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)
>
Expand Down
1 change: 1 addition & 0 deletions docs/ChangeLog.md
Expand Up @@ -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

Expand Down
11 changes: 9 additions & 2 deletions note.txt
Expand Up @@ -1687,8 +1687,6 @@ bash_tips

2021-12-20

* README: oh-my-bash は流石に削除するべきだろう。

* git-prompt, git-status 等の機能の模倣?

2021-12-18
Expand Down Expand Up @@ -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 が設定されてい
Expand Down

0 comments on commit 4a2575f

Please sign in to comment.