clai
clai copied to clipboard
The bash built-in 'shopt' functionality is suppressed by clai
Describe the bug When using Clai, the shopt functionality is suppressed and stops working.
To Reproduce Steps to reproduce the behavior:
With Clai Active
Andrews-MBP-3:~ achicks$ shopt -s cdspell
Andrews-MBP-3:~ achicks$ shopt | grep cdspell
cdspell on
Andrews-MBP-3:~ achicks$ cd clay
-bash: cd: clay: No such file or directory
Expected behavior
Andrews-MBP-3:git achicks$ pwd
/Users/achicks/git
Andrews-MBP-3:git achicks$ ls | grep clai
clai
Andrews-MBP-3:~ achicks$ cd clay
clai
Andrews-MBP-3:clai achicks$ pwd
/Users/achicks/git/clai
shell and OS (please complete the following information):
- OS: [MacOS]
- Shell [bash]
- Version [5.0]