Omochice / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pathをいい感じに設定する何かをつくる

Omochice opened this issue · comments

bash,zsh,fishを行き来するのでいい感じにPATHを設定するやつを作りたい

tomlに次のようにかく

[[paths]]
path = "~/.local/bin"
hook_bash = """
source iikanji-completion.bash
"""
hook_zsh = """
source iikanji-completion.zsh
"""

これを$(shell)の値かコマンドライン引数で書き出すもの

path-generator.tsを作成した