Back Quotation
id:mafumafuultu
ターミナルプロンプトの書き換え
前提 フォントは CaskaydiaCove NF Mono を使用。 使用したい記号とかを検索するなら Nerd Fonts から検索できる どちらも、Gitがインストール済みであることを前提としている Bash Bash環境に適用した結果 .bashrcに追記 if [ -f ~/.git-completion.sh ]; then source ~/.git-completion.sh fi if [ -f ~/.git-prompt.sh …