Cleanup of files and better defaults.
This commit is contained in:
+8
-1
@@ -68,6 +68,13 @@ add_to_path "$HOME/.odin/"
|
||||
|
||||
export PATH
|
||||
|
||||
# ==============================================================================
|
||||
# AUTO COMPLETE
|
||||
# ==============================================================================
|
||||
if [ -f /usr/share/bash-completion/bash_completion ]; then
|
||||
. /usr/share/bash-completion/bash_completion
|
||||
fi
|
||||
|
||||
# ==============================================================================
|
||||
# ALIASES
|
||||
# ==============================================================================
|
||||
@@ -154,4 +161,4 @@ git_prompt_info() {
|
||||
echo " ${esc}[1;35m(${branch})${esc}[0m${marker}"
|
||||
}
|
||||
|
||||
PS1='\[\033[32m\]\u\[\033[0m\]@\[\033[34m\]\h\[\033[0m\]:\[\033[36m\]\w\[\033[0m\]$(git_prompt_info)\$ '
|
||||
PS1='\[\033[32m\]\u\[\033[0m\]@\[\033[34m\]\h\[\033[0m\]:\[\033[36m\]\w\[\033[0m\]$(git_prompt_info)\$ '
|
||||
|
||||
Reference in New Issue
Block a user