undo
This commit is contained in:
parent
977025272c
commit
4558ea4b68
@ -2,11 +2,9 @@
|
||||
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,5 +1,4 @@
|
||||
|
||||
echo "in info"
|
||||
# Define red and green based on the shell
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
red='\033[0;31m'
|
||||
@ -16,7 +15,7 @@ if [ $(uname -s | grep -c BSD) -gt 0 ]; then # BSD
|
||||
|
||||
elif [ $(uname -s | grep -c Msys) -gt 0 ]; then # Windows
|
||||
echo -e "${green}Platform:$reset_color $(uname -o) $(uname -r)"
|
||||
|
||||
|
||||
else # Linux-y things
|
||||
echo -e "${green}Platform:$reset_color $(uname -o) $(uname -r)"
|
||||
echo -e "${green}Uptime:$reset_color $(uptime -p)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user