Merge branch 'master' of https://github.com/Ewpratten/ewconfig
This commit is contained in:
commit
7074e71e08
@ -13,5 +13,8 @@ if [ -f $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh ]; then
|
||||
. $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh
|
||||
fi
|
||||
|
||||
# Show some host info
|
||||
. $EWCONFIG_ROOT/configs/zsh/info.sh
|
||||
|
||||
# I always want my ~/bin to be in my PATH
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
|
2
configs/zsh/info.sh
Normal file
2
configs/zsh/info.sh
Normal file
@ -0,0 +1,2 @@
|
||||
echo "$fg[$HOST_COLOR]Platform:$reset_color $(uname -o) $(uname -r)"
|
||||
echo "$fg[$HOST_COLOR]Uptime:$reset_color $(uptime -p)"
|
Loading…
x
Reference in New Issue
Block a user