Cleaned bash it up
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# colored grep
|
||||
export GREP_OPTIONS='--color=auto'
|
||||
export GREP_COLOR='1;33'
|
||||
@@ -5,8 +7,5 @@ export GREP_COLOR='1;33'
|
||||
# colored ls
|
||||
export LSCOLORS='Gxfxcxdxdxegedabagacad'
|
||||
|
||||
# Apply theming defaults
|
||||
PS1="%n@%m:%~%# "
|
||||
|
||||
# Load the theme
|
||||
source "$BASH/themes/$BASH_THEME/$BASH_THEME.bash"
|
||||
Reference in New Issue
Block a user