mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
fish: stop user pisces
This commit is contained in:
parent
6c6f98e6ea
commit
e72ef8bf55
1 changed files with 3 additions and 3 deletions
17
.config/fish/functions/fisher_install.fish
Normal file
17
.config/fish/functions/fisher_install.fish
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
function fisher_install --description 'Install fisher and its plugins'
|
||||
# fisher
|
||||
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
|
||||
|
||||
# versatile fzf search https://github.com/PatrickF1/fzf.fish
|
||||
fisher install PatrickF1/fzf.fish
|
||||
|
||||
# https://github.com/PatrickF1/colored_man_pages.fish
|
||||
fisher install patrickf1/colored_man_pages.fish
|
||||
|
||||
# # matching paired symbols https://github.com/laughedelic/pisces
|
||||
# fisher install laughedelic/pisces
|
||||
|
||||
# only keep command that succeeded in history
|
||||
fisher install meaningful-ooo/sponge
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue