diff options
author | EuAndreh <eu@euandre.org> | 2024-08-17 18:44:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-18 08:07:09 -0300 |
commit | a7dcb8ed92a6f0ccfbced8422f916fd6d9b1c781 (patch) | |
tree | 6594fafbe9f805f41763603774fc7f7b9a0ffcee /src/config/profile.sh | |
parent | src/guix/packages.scm: Inherit package definitions from upstream channel (diff) | |
download | asami-a7dcb8ed92a6f0ccfbced8422f916fd6d9b1c781.tar.gz asami-a7dcb8ed92a6f0ccfbced8422f916fd6d9b1c781.tar.xz |
Offload common server code to dedicated packages
Diffstat (limited to 'src/config/profile.sh')
-rw-r--r-- | src/config/profile.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config/profile.sh b/src/config/profile.sh deleted file mode 100644 index 1dca8b2..0000000 --- a/src/config/profile.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -# shellcheck source=/dev/null -. /etc/rc -ln -fs .profile .bashrc |