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
#!/bin/bash | |
# What did i do today? | |
# from https://theptrk.com/2018/07/11/did-txt-file/ | |
# original from https://gist.github.com/alexisjanvier/bfe71d18f68434e29c08637e4d837c74 | |
export MDV_THEME=729.8953 | |
export DID_PATH=~/.did | |
function did(){ | |
export LC_ALL=C |