diff options
author | davidovski <david@davidovski.xyz> | 2022-03-03 00:42:23 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-03 00:42:23 +0000 |
commit | 6bc227cbffd0caa08d382f56df48cbb34f2afc59 (patch) | |
tree | b67f1f91ccc7665bd2f1c41584de8bd4fb18e851 /src/profile.sh | |
parent | 24b636fadc9e0503f662e4a04c8e062556a76e20 (diff) |
fixed removing packagesv1.0.4
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-x | src/profile.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/profile.sh b/src/profile.sh index cce8884..2bd741e 100755 --- a/src/profile.sh +++ b/src/profile.sh @@ -22,5 +22,3 @@ export CACHE_DIR=$(parseconf -v dir.cache) export PACKAGE_CACHE="${CACHE_DIR}/packages" export SYNC_CACHE="${CACHE_DIR}/sync" -. /usr/lib/glyphs.sh - |