mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fixing .bash_profile to source properly, and also adding new skeleton
This commit is contained in:
parent
087a3c698a
commit
bb4e7d90a7
3 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
# This file exists just to make sure we always source .bashrc
|
||||
source .bashrc
|
||||
source ~/.bashrc
|
||||
|
|
2
.bashrc
2
.bashrc
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env python3.10
|
||||
"""
|
||||
Name:
|
||||
DESCRIPTION:
|
||||
AUTHOR:
|
||||
LICENSE: GNU AFFERO GENERAL PUBLIC LICENSE Version 3
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue