1
0
Fork 0
dotfiles/files/.config/zsh/custom/200-motd.zsh

10 lines
145 B
Bash

if [ "$IS_ROOT" = false ]; then
cat /etc/issue
# Check tmux
if tmux info &>/dev/null; then
printf "\n%s\n\n" "$(tmux ls)"
fi
fi