LoginSignup
1
0

More than 3 years have passed since last update.

ターミナルのcalコマンドで土日祝日に色をつける

Last updated at Posted at 2020-07-14

やりたいこと

image.png

環境

・go getできる($GOPATHが通ってる)

手順

jpcalをgo get

$ go get github.com/y-yagi/jpcal

~/.zshrc(~/.bashrc)に以下を追記

alias cal='jpcal' 

あとは sorce ~/.zshrc で読み込み直せば終わり。

圧倒的感謝

y-yagi/jpcal

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0