generated from drupal-composer/drupal-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrupal.fish
34 lines (33 loc) · 875 Bytes
/
drupal.fish
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Helpful Fish config.
#
# The fish shell is powerful and fast. It is especially nice with a few extras.a
# See https://gist.github.com/jmolivas/df86020c41efb986b29b for a nice fish/oh my fish/setup.
#
# Copy this file to ~/.config/fish/conf.d/drupal.fish
# cp drupal.fish ~/.config/fish/conf.d/drupal.fish
#
# - or -
#
# Use "source" command to load abbreviations for current shell session.
# source drupal.fish
#
# Fish abbreviations.
abbr --add c composer
abbr --add dd ddev
abbr --add ddd ddev drush
abbr --add d docker
abbr --add dc docker-compose
abbr --add l lando
abbr --add lc lando composer
abbr --add ld lando drush
abbr --add g git
abbr --add gb git branch
abbr --add gc git commit
abbr --add gd git diff
abbr --add gs git status
abbr --add gt git tag
abbr --add gco git checkout
abbr --add gcp git cherry-pick
abbr --add gp git push
abbr --add gpl git pull