diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-16 20:40:06 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-16 20:40:06 -0400 |
commit | 411f19334de2663d159428538e61a80aa7c98bad (patch) | |
tree | b5c2bd3aa30a910fc7822b96485c15d224ed048a /examples/.cmd2rc | |
parent | f0429e3f96a11572abcd07248730da8219b40c5c (diff) | |
download | cmd2-git-411f19334de2663d159428538e61a80aa7c98bad.tar.gz |
Added ability to specify a startup_script in cmd2.Cmd.__init__()
Diffstat (limited to 'examples/.cmd2rc')
-rw-r--r-- | examples/.cmd2rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/.cmd2rc b/examples/.cmd2rc new file mode 100644 index 00000000..4ffedab9 --- /dev/null +++ b/examples/.cmd2rc @@ -0,0 +1,2 @@ +alias ls !ls -hal +alias pwd !pwd |