diff options
author | davidovski <david@davidovski.xyz> | 2022-02-20 22:42:46 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-20 22:42:46 +0000 |
commit | c27df8fa817d2578332ee49ccc79df133fd77f20 (patch) | |
tree | 2a8fabd0e4ae7f1334aca2b213a814dea2c74b3a /src/profile.sh | |
parent | 42352a35a057c8315e8acd8ea4217df8353ae16a (diff) |
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-x | src/profile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profile.sh b/src/profile.sh index 43e4900..cce8884 100755 --- a/src/profile.sh +++ b/src/profile.sh @@ -4,7 +4,7 @@ export HBAR_COMPLETE="-c ${GREEN}${BG_DEFAULT}" && export HBAR_RED="-c ${BLACK}${BG_RED}" -#. /usr/lib/glyphs.sh +. /usr/lib/glyphs.sh export CONF_FILE="/etc/xipkg.conf" @@ -22,4 +22,5 @@ export CACHE_DIR=$(parseconf -v dir.cache) export PACKAGE_CACHE="${CACHE_DIR}/packages" export SYNC_CACHE="${CACHE_DIR}/sync" +. /usr/lib/glyphs.sh |