Add dbm and bashtop abbrs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
php/api_key
|
@ -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
1
php/config.php
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
Reference in New Issue
Block a user