Skip to content

Instantly share code, notes, and snippets.

@ByScripts
Created October 18, 2019 15:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ByScripts/7c71e11dd5d9b5fd2edca5ec027acd06 to your computer and use it in GitHub Desktop.
Save ByScripts/7c71e11dd5d9b5fd2edca5ec027acd06 to your computer and use it in GitHub Desktop.
Fish Abbreviations
abbr -a -U -- bci 'brew cask install'
abbr -a -U -- bi 'brew install'
abbr -a -U -- bs 'brew search'
abbr -a -U -- cr 'composer require'
abbr -a -U -- dc docker-compose
abbr -a -U -- dcd 'docker-compose down'
abbr -a -U -- dce 'docker-compose exec'
abbr -a -U -- dcep 'docker-compose exec php'
abbr -a -U -- dcepc 'docker-compose exec php bin/console'
abbr -a -U -- dcl 'docker-compose logs -f'
abbr -a -U -- dcr 'docker-compose run --rm'
abbr -a -U -- dcu 'docker-compose up'
abbr -a -U -- dcud 'docker-compose up -d'
abbr -a -U -- de 'docker-compose exec engine'
abbr -a -U -- dphp 'docker-compose exec php'
abbr -a -U -- gbd 'git branch -D'
abbr -a -U -- gcm 'git commit -m'
abbr -a -U -- gco 'git checkout'
abbr -a -U -- gcob 'git checkout -b'
abbr -a -U -- gcobb 'git checkout -b bugfix/'
abbr -a -U -- gcobf 'git checkout -b feature/'
abbr -a -U -- gcod 'git checkout develop'
abbr -a -U -- gcom 'git checkout master'
abbr -a -U -- gmd 'git merge develop'
abbr -a -U -- gpl 'git pull'
abbr -a -U -- gps 'git push'
abbr -a -U -- gs 'git stash'
abbr -a -U -- gsa 'git stash apply'
abbr -a -U -- s bin/console
abbr -a -U -- sy symfony
abbr -a -U -- t tldr
abbr -a -U -- tl 'tldr --os=linux'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment