Added help screens.
This commit is contained in:
@@ -17,4 +17,7 @@ alias -- -="cd -" # Go back
|
||||
# Shell History
|
||||
alias h='history'
|
||||
|
||||
#
|
||||
# Directory
|
||||
alias md='mkdir -p'
|
||||
alias rd=rmdir
|
||||
alias d='dirs -v'
|
||||
@@ -8,4 +8,4 @@ export GREP_COLOR='1;33'
|
||||
export LSCOLORS='Gxfxcxdxdxegedabagacad'
|
||||
|
||||
# Load the theme
|
||||
source "$BASH/themes/$BASH_THEME/$BASH_THEME.bash"
|
||||
source "$BASH/themes/$BASH_THEME/$BASH_THEME.theme.bash"
|
||||
Reference in New Issue
Block a user