adjusted random bad spacing in some scripts
This commit is contained in:
parent
42757d42e0
commit
d691dd5497
4 changed files with 0 additions and 4 deletions
|
@ -2,9 +2,7 @@
|
|||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
[[ -f ~/.bash_functions ]] && . ~/.bash_functions
|
||||
[[ -f ~/.bash_aliases ]] && . ~/.bash_aliases
|
||||
[[ -f ~/.env ]] && . ~/.env
|
||||
|
||||
|
|
2
.env
2
.env
|
@ -5,5 +5,3 @@ export PATH=$PATH:$HOME/bin
|
|||
|
||||
# Bash prompt color - green
|
||||
export PS1="\e[0;32m[\u@\h \W]\$ \e[m "
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue