This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # XKCD | |
| # Add this to your .bashrc or if you are using oh-my-zsh add a functions.zsh file under your oh-my-zsh/custom folder. | |
| # Requirements: | |
| # - Kitty terminal | |
| # - jq | |
| # - ImageMagick | |
| function xkcd () { | |
| comicNum=$1 |