Skip to content

Commit

Permalink
Add fish config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Sep 25, 2023
1 parent 17c7daf commit d6a8723
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion drupal.fish
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
#
# 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
Expand Down

0 comments on commit d6a8723

Please sign in to comment.