debug
This commit is contained in:
parent
39205aee76
commit
977025272c
@ -2,9 +2,11 @@
|
||||
export EWCONFIG_ROOT="$HOME/.config/ewconfig"
|
||||
|
||||
# Show some host info
|
||||
echo "info"
|
||||
. $EWCONFIG_ROOT/configs/shells/bash/info.sh
|
||||
|
||||
# Load macros
|
||||
echo "macros"
|
||||
. $EWCONFIG_ROOT/configs/shells/bash/macros.sh
|
||||
|
||||
# I always want my ~/bin to be in my PATH
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
echo "in info"
|
||||
# Define red and green based on the shell
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
red='\033[0;31m'
|
||||
|
Loading…
x
Reference in New Issue
Block a user