Update psql.md

Update psql.md
The previous option was not working for me and the new one is working
This commit is contained in:
funkyremi 2024-05-23 14:34:40 +02:00 committed by GitHub
parent 2afe22a27b
commit 8a66a4c0db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,9 +6,15 @@ functions:
psql
\?
!/bin/sh
- code: |
psql
\! /bin/sh
sudo:
- code: |
psql
\?
!/bin/sh
- code: |
psql
\! /bin/sh
---