Small update to bash configs

This commit is contained in:
Gregory Eremin
2023-02-14 11:04:37 +01:00
parent 5cbe2847b9
commit 83bdf6a9f3
3 changed files with 2 additions and 6 deletions
-3
View File
@@ -1,8 +1,6 @@
# Enable debug
# set -xv
source /etc/profile
export TERM=xterm-256color
export EDITOR=vim
@@ -10,7 +8,6 @@ export EDITOR=vim
export CLICOLOR=1
export LSCOLORS=Exfxcxdxbxegedabagacad
export EDITOR=vim
export PROJECTS=$HOME/Code
+1 -1
View File
@@ -5,7 +5,7 @@ function __bash_prompt {
__window_title $baseDir
# Define building blocks
local userhost="$_BOLD$_BLUE\u@\h$_RESET_COLOR$_RESET"
local userhost="$_BOLD$_BLUE\u$_CYAN@\h$_RESET_COLOR$_RESET"
local basedir="$_BOLD$_GREEN\W$_RESET_COLOR$_RESET"
local git_y_u_no_commit="$_MAGENTA$(__bash_git_y_u_no_commit_warn)$_RESET_COLOR"
local git_branch="$(__bash_prompt_git)"