fixing .bash_profile to source properly, and also adding new skeleton

This commit is contained in:
JesseBot 2022-10-24 23:21:45 +02:00
parent 087a3c698a
commit bb4e7d90a7
3 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# This file exists just to make sure we always source .bashrc
source .bashrc
source ~/.bashrc

View file

@ -278,4 +278,4 @@ fi
# run neofetch, a system facts cli script, immediately when we login anywhere
echo ""
neofetch
echo -e "\n"
echo -e "\n\n"

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python3.10
"""
Name:
DESCRIPTION:
AUTHOR:
LICENSE: GNU AFFERO GENERAL PUBLIC LICENSE Version 3
"""