Add dbm and bashtop abbrs

This commit is contained in:
Tim
2025-05-18 16:59:01 +02:00
parent c2c4b4755c
commit fe50075e2b
3 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
php/api_key

View File

@ -10,6 +10,7 @@ abbr -a ls $ls
abbr -a ll $ls
abbr -a la $ls -a
abbr -a ld $ls -a --total-size
abbr -a l $ls -a
# git
abbr -a gco git checkout
@ -24,3 +25,10 @@ end
abbr -a scme sc make:entity
abbr -a scmm sc make:migration
abbr -a scdm sc doctrine:migrations:migrate
abbr -a dbm ~/projects/dbmanager/bin/console
# bashtop
if type -q "bashtop"
abbr -a top bashtop
end

1
php/config.php Normal file
View File

@ -0,0 +1 @@
<?php