by shigemk2

当面は技術的なことしか書かない

fish_right_prompt

fish_right_prompt is similar to fish_prompt, except that it appears on the right side of the terminal window.

ターミナル右側に表示させるものを決める

function fish_right_prompt -d "Write out the right prompt"
    date '+%m/%d/%y'
end

個人的に日付表示がすごく邪魔なので消してる

function fish_right_prompt
end

fishshell.com