This commit is contained in:
DeveloperDurp 2025-07-17 06:47:25 -05:00
parent 38c58c45b0
commit ca4ebc591f
14 changed files with 59 additions and 50 deletions

View file

@ -63,3 +63,8 @@ decode-jwtheader(){
nvim-new () {
~/.config/scripts/nvim.sh $1
}
ai () {
set-env
nvim +CodeCompanionChat -c only
}