Small update to bash configs
This commit is contained in:
parent
5cbe2847b9
commit
83bdf6a9f3
3
LICENSE
3
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright 2020 Gregory Eremin
|
||||
Copyright 2023 Gregory Eremin
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
@ -16,4 +16,3 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue