Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@andrewpmiller
Created January 6, 2016 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewpmiller/f465d97133f8c8818796 to your computer and use it in GitHub Desktop.
Save andrewpmiller/f465d97133f8c8818796 to your computer and use it in GitHub Desktop.
edit crontab with nano

Edit your crontab with nano

Because vim ruins my day every time...

export VISUAL=nano; crontab -e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment