feat: create shell module (#2329)

* Add the shell module

This module allows to quickly identify which shell is currently used, in case someone frequently switches between them.

* Updated documentation with shell module.

Co-authored-by: mro <mro@fedorabox.localdomain>
This commit is contained in:
Mikołaj Rosowski
2021-02-20 14:40:49 +00:00
committed by GitHub
parent d52edaa661
commit 37d3425d21
7 changed files with 316 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ pub mod purescript;
pub mod python;
pub mod ruby;
pub mod rust;
pub mod shell;
pub mod shlvl;
pub mod singularity;
mod starship_root;