diff options
author | EuAndreh <eu@euandre.org> | 2024-08-17 12:22:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-17 12:22:58 -0300 |
commit | 01bbdf0541a87a5894ca16622ad2be24ed70985d (patch) | |
tree | 50d58c32d68a7cb0aef5b7ea547bc4a0c2a35fe7 | |
parent | git mv src/profile.sh src/.profile (diff) | |
download | syskeep-01bbdf0541a87a5894ca16622ad2be24ed70985d.tar.gz syskeep-01bbdf0541a87a5894ca16622ad2be24ed70985d.tar.xz |
git mv src/rc src/rc.sh
-rw-r--r-- | deps.mk | 2 | ||||
-rw-r--r-- | src/.profile | 2 | ||||
-rw-r--r-- | src/rc.sh (renamed from src/rc) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -10,6 +10,6 @@ sources.txt = \ src/gitconfig \ src/init.scm \ src/known_hosts \ - src/rc \ + src/rc.sh \ src/ssh.conf \ diff --git a/src/.profile b/src/.profile index 1dca8b2..a532fdc 100644 --- a/src/.profile +++ b/src/.profile @@ -1,5 +1,5 @@ #!/bin/sh # shellcheck source=/dev/null -. /etc/rc +. /etc/rc.sh ln -fs .profile .bashrc |