diff options
| author | EuAndreh <eu@euandre.org> | 2024-08-17 05:43:22 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-08-17 05:45:58 -0300 |
| commit | 41ff39d838d8ad44c9da24f8b4cfc2e71a5ed739 (patch) | |
| tree | bbf14b88e980fc6e17cd653e7878f9d5a794eb14 /src/.profile | |
| parent | Remove extensions for config files (diff) | |
| download | syskeep-41ff39d838d8ad44c9da24f8b4cfc2e71a5ed739.tar.gz syskeep-41ff39d838d8ad44c9da24f8b4cfc2e71a5ed739.tar.xz | |
git mv src/profile.sh src/.profile
Diffstat (limited to 'src/.profile')
| -rw-r--r-- | src/.profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/.profile b/src/.profile new file mode 100644 index 0000000..1dca8b2 --- /dev/null +++ b/src/.profile @@ -0,0 +1,5 @@ +#!/bin/sh + +# shellcheck source=/dev/null +. /etc/rc +ln -fs .profile .bashrc |
