diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 00af446..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -php/api_key diff --git a/fish/.config/fish/conf.d/abbr.fish b/fish/.config/fish/conf.d/abbr.fish index 272c91f..13cb60c 100644 --- a/fish/.config/fish/conf.d/abbr.fish +++ b/fish/.config/fish/conf.d/abbr.fish @@ -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 diff --git a/php/config.php b/php/config.php new file mode 100644 index 0000000..6fd199e --- /dev/null +++ b/php/config.php @@ -0,0 +1 @@ +