add bash ui when load and install neofetch

This commit is contained in:
2022-07-01 14:42:12 +02:00
parent 7de603e2d4
commit 33097ac42a
5 changed files with 88 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME