Cleanup of files and better defaults.

This commit is contained in:
2026-08-02 06:02:19 +02:00
parent 03b64fec0a
commit bde8785dcd
4 changed files with 37 additions and 19 deletions
+8 -1
View File
@@ -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)\$ '