poop
This commit is contained in:
8
archive/.bash_profile
Normal file
8
archive/.bash_profile
Normal file
@@ -0,0 +1,8 @@
|
||||
# ~/.bash_profile
|
||||
|
||||
# If interactive, load .bashrc for aliases, functions, prompt, etc.
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user