bash updates

This commit is contained in:
2025-12-16 21:57:35 -05:00
parent cd2922c026
commit 8504b93990
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
unset HISTFILE
export PS1="\u@\h \W \$ "
export PS1='\u@\h \W \$ '
if [ -f ~/.config/dg-bash/aliases.sh ]; then
source ~/.config/dg-bash/aliases.sh