//! This example shows how to create your own custom builtin and register it
//!
//! The example builtin will be a 'better cd' plugin, which onto of acting like normal cd, also
//! allows you to provide alias specific directories using `cd @work` syntax
use *;