diff options
author | davidovski <david@davidovski.xyz> | 2022-02-19 21:50:02 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-19 21:50:02 +0000 |
commit | 290a33eacff1ed98d0e571cc1d5550cac3d9f276 (patch) | |
tree | f77486ffeefadb15a5507af8009d9f720c5bfa69 /src/profile.sh | |
parent | 90dbd8845dc3447710d6e6f26a43c1aac1e6f8ec (diff) |
renamed to /bin/sh
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-x | src/profile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.sh b/src/profile.sh index b150d74..feec6cf 100755 --- a/src/profile.sh +++ b/src/profile.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh . /usr/lib/colors.sh && export HBAR_COMPLETE="-c ${GREEN}${BG_DEFAULT}" |