Skip to content

Commit

Permalink
feat: fish plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Nov 21, 2024
1 parent f58b3da commit 820ac7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home-manager/features/fish/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,18 @@ in
map gen-plugin [
"grc" # grc Colourizer for some commands on Fish shell
"forgit" # Utility tool powered by fzf for using git interactively (adds abbrvs!)
"plugin-git" # Git plugin for fish (similar to oh-my-zsh git)
"fzf-fish" # Augment your fish command line with fzf key bindings
"done" # Automatically receive notifications when long processes finish
"colored-man-pages" # Fish shell plugin to colorize man pages
"bass" # Fish function making it easy to use utilities written for Bash in Fish shell
"foreign-env" # Foreign environment interface for Fish shell
"autopair" # Auto-complete matching pairs in the Fish command line
"clownfish" # Fish function to mock the behaviour of commands
# "async-prompt" # Make prompt asynchronous to improve the reactivity
"plugin-sudope" # Fish plugin to quickly put 'sudo' in your command
"fish-you-should-use" # Fish plugin that reminds you to use your aliases
"puffer" # Text Expansions for Fish
]
++ [
# {
Expand Down

0 comments on commit 820ac7c

Please sign in to comment.