fix: motd logo

This commit is contained in:
2024-08-04 10:24:18 +03:00
parent e0b15a6a49
commit 7232a2beb0

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env zsh
source "$DOTFILES/aliases.zsh"
ascii-text() { . $DOTFILES/plugins/ascii_font/ascii_font.zsh }
if [[ $(hostname) == 'spider.casraf.dev' ]]; then
text='@spider'
@@ -21,3 +22,4 @@ if [[ ! -z $extra_echo ]]; then
echo
fi
unset -f ascii-text