mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
feat: update functions/logo
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user