1
0
Fork 0

zsh: Add psql-ro alias for read-only psql connections

This commit is contained in:
Jeremy Kaplan 2025-03-05 11:12:10 -05:00
commit 8525d37650
3 changed files with 7 additions and 1 deletions

View file

@ -7,7 +7,7 @@
- ./bin/set-colors
- ./task/install
- clean: ['~', '~/.config']
- clean: ["~", "~/.config"]
- link:
~/bin: bin/
@ -33,6 +33,7 @@
~/.my.cnf: mysql/.my.cnf
~/.npmrc: npm/.npmrc
~/.psqlrc: psql/.psqlrc
~/.psqlrc-readonly: psql/.psqlrc-readonly
~/.rgignore: etc/rgignore
~/.tmux.conf: tmux/.tmux.conf
~/.vimrc: vim/.vimrc