更新情報
・constをletに修正、問題を追加(2024/9/27)
・問題を追加(2024/7/20)
・問題を追加(2024/4/12)| chpwd() { | |
| ls_abbrev | |
| } | |
| ls_abbrev() { | |
| # -a : Do not ignore entries starting with .. | |
| # -C : Force multi-column output. | |
| # -F : Append indicator (one of */=>@|) to entries. | |
| local cmd_ls='ls' | |
| local -a opt_ls | |
| opt_ls=('-aCF' '--color=always') |