//! Demonstration of conditional aliases
//!
//! If the user is in the home directory, the alias will evaluate to the command `true`, otherwise
//! the alias will evaluate to the command `false`
use *;
// TODO need better example, this one is pretty hacky