Page MenuHomec4science

.profile
No OneTemporary

File Metadata

Created
Wed, Aug 14, 14:25

.profile

#!/bin/bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi
# EOF

Event Timeline