Add dbm and bashtop abbrs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user