Skip to content

Instantly share code, notes, and snippets.

@c0reysc0tt
c0reysc0tt / .bashrc
Last active September 15, 2022 02:09
LINUX COMMAND CHEATSHEET BASH TOOLS
####################
# CLI cheatsheet #
####################
# cheatsheet directory location:
CHEATDIR=~/.cheatsheet
# Use 'vicheat' to edit the cheatsheet
alias vicheat='vim $CHEATDIR/command_cheatsheet'