diff options
author | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 13:59:46 +0100 |
---|---|---|
committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 13:59:46 +0100 |
commit | 06c9106b396d02d45ce5dd954507d010063ded59 (patch) | |
tree | 7c39ff386ddccd5b945523f33be06eee000a6182 | |
parent | 767374fb31f8d993cc75e2e8c79e9eb3c57ee555 (diff) |
Added basic .bashrc file for simplifed development in container.
-rw-r--r-- | nms/.bashrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nms/.bashrc b/nms/.bashrc new file mode 100644 index 0000000..c1fd16f --- /dev/null +++ b/nms/.bashrc @@ -0,0 +1,8 @@ +NAME='NMS Docker' + +# Aliases +alias h="history" +alias l="ls -lAhoF --color --show-control-chars" +alias ll="ls -lash --color --show-control-chars" +alias cd..="cd .." + |