• ISOmorph@feddit.de
    link
    fedilink
    arrow-up
    3
    ·
    11 months ago

    I added a custom function to my bashrc:

    cheat-sheet() {
    	curl cheat.sh/"$1"
    }
    

    Then you can call cheat-sheet grep for example