fix prompt IFS

This commit is contained in:
pvincent
2026-07-16 18:09:19 +04:00
parent fc5d68e58f
commit 08b943500e
5 changed files with 165 additions and 23 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
## CONSTANTS
readonly CURDIR=$PWD
readonly REQUIRED_PKGS=(file git bc vim jq bat gum)
readonly REQUIRED_PKGS=(file git bc vim jq)
readonly MAIN_TAR_GZ_URL="https://git.artcode.re/miaou/miaou-bash/archive/main.tar.gz"
## FUNCTIONS