1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 10:02:14 +00:00

updated .bash_profile

This commit is contained in:
Hari Sekhon 2024-11-14 22:27:08 +04:00
parent e74241d497
commit 1113856fbe

View File

@ -26,9 +26,9 @@ fi
# prints a cool spinning welcome message which shows the time of last login
# this is available in the Python / Perl and Golang Devops Tools repos,
# as well as a function in .bash.d/welcome.sh in the DevOps Bash Tools repo
if type welcome &>/dev/null; then
welcome
fi
#if type welcome &>/dev/null; then
# welcome
#fi
#eval "$(rbenv init -)"