update motd
This commit is contained in:
parent
37f98c057c
commit
9644911784
|
@ -1,12 +1,5 @@
|
||||||
if [ "$IS_ROOT" = false ]; then
|
if [ "$IS_ROOT" = false ]; then
|
||||||
neofetch --config "$ZSH_CUSTOM/config/neofetch-splash.bash"
|
cat /etc/issue
|
||||||
echo -e "\e[2A"
|
|
||||||
|
|
||||||
# Updates
|
|
||||||
#update_count="$(pacman -Qu | wc -l)"
|
|
||||||
#[[ $update_count -ne 1 ]] && s="s"
|
|
||||||
#[[ $update_count -ne 0 ]] && echo "$update_count package$s to update"
|
|
||||||
#unset s update_count
|
|
||||||
|
|
||||||
# Check tmux
|
# Check tmux
|
||||||
if tmux info &>/dev/null; then
|
if tmux info &>/dev/null; then
|
||||||
|
|
Loading…
Reference in New Issue