Small update to bash configs
This commit is contained in:
@@ -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
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user