feat: update functions/logo

This commit is contained in:
2023-02-02 21:48:04 +00:00
parent 3473f2a345
commit e6f2273684
2 changed files with 5 additions and 16 deletions

View File

@@ -82,7 +82,11 @@ rc() {
shift
fi
file="$DOTFILES/$1.sh"
if [[ -f "$DOTFILES/$1.sh" ]]; then
file="$DOTFILES/$1.sh"
else
file="$DOTFILES/$1"
fi
if [[ -f $file ]]; then
hash=$(md5 $file)

View File

@@ -2,21 +2,6 @@
source $DOTFILES/aliases.sh
# logo='
# /$$$$$$
# /$$__ $$
# /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$$$$$ | $$ \__/
# /$$_____/ |____ $$ /$$_____/ /$$__ $$|____ $$| $$$$
# | $$ /$$$$$$$| $$$$$$ | $$ \__/ /$$$$$$$| $$_/
# | $$ /$$__ $$ \____ $$| $$ /$$__ $$| $$
# | $$$$$$$| $$$$$$$ /$$$$$$$/| $$ | $$$$$$$| $$
# \_______/ \_______/|_______/ |__/ \_______/|__/
# '
# echo "$(tput bold)$(echo $logo)$(tput sgr0)" | lolcat -f
# echo
# echo
if [[ $(hostname) == 'spider.casraf.dev' ]]; then
text='@spider'
extra_echo=1