feat: capability list to enable greater flexibility of devices
[lunaix-os.git] / lunaix-os / usr / sh / sh.c
index 4a924db7a9130f49f7e8ee80e645389a17054470..2c9bb8d1ec7fa2f5bb93198ab37e4280ff98ba35 100644 (file)
@@ -143,7 +143,7 @@ sh_loop()
 
     while (1) {
         getcwd(pwd, 512);
 
     while (1) {
         getcwd(pwd, 512);
-        printf("[\033[2m%s\033[39;49m]$ ", pwd);
+        printf("[%s]$ ", pwd);
         int sz = read(stdin, buf, 511);
 
         if (sz < 0) {
         int sz = read(stdin, buf, 511);
 
         if (sz < 0) {