Added help screens.
diff --git a/lib/aliases.bash b/lib/aliases.bash
index 50acc51..4152374 100644
--- a/lib/aliases.bash
+++ b/lib/aliases.bash
@@ -17,4 +17,7 @@
# Shell History
alias h='history'
-#
\ No newline at end of file
+# Directory
+alias md='mkdir -p'
+alias rd=rmdir
+alias d='dirs -v'
\ No newline at end of file
diff --git a/lib/appearance.bash b/lib/appearance.bash
index 69ca55e..4b1f568 100644
--- a/lib/appearance.bash
+++ b/lib/appearance.bash
@@ -8,4 +8,4 @@
export LSCOLORS='Gxfxcxdxdxegedabagacad'
# Load the theme
-source "$BASH/themes/$BASH_THEME/$BASH_THEME.bash"
\ No newline at end of file
+source "$BASH/themes/$BASH_THEME/$BASH_THEME.theme.bash"
\ No newline at end of file