launch info
This commit is contained in:
parent
ce71de8abd
commit
4834741d75
@ -13,5 +13,8 @@ if [ -f $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh ]; then
|
|||||||
. $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh
|
. $EWCONFIG_ROOT/configs/zsh/by_host/$HOSTNAME.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Show some host info
|
||||||
|
. $EWCONFIG_ROOT/configs/zsh/info.sh
|
||||||
|
|
||||||
# I always want my ~/bin to be in my PATH
|
# I always want my ~/bin to be in my PATH
|
||||||
export PATH="$HOME/bin:$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