mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
fix: motd logo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user