Small fixes

This commit is contained in:
2024-04-23 21:41:31 +00:00
parent 9a41581df7
commit bcf30beb94
3 changed files with 11 additions and 6 deletions

6
dotfiles/.bash_profile Normal file
View File

@@ -0,0 +1,6 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
PATH="${PATH:+${PATH}:}~/.local/bin"