Skip to content

feat(plugin): add plugin to easily save aliases and functions #13182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dariogliendo
Copy link

@dariogliendo dariogliendo commented Jun 24, 2025

Standards checklist:

  • The PR title is descriptive.
  • The PR doesn't replicate another PR which is already open.
  • I have read the contribution guide and followed all the instructions.
  • The code follows the code style guide detailed in the wiki.
  • The code is mine or it's from somewhere with an MIT-compatible license.
  • The code is efficient, to the best of my ability, and does not waste computer resources.
  • The code is stable and I have tested it myself, to the best of my abilities.
  • If the code introduces new aliases, I provide a valid use case for all plugin users down below.

Changes:

  • Add a new plugin named fishysave

Other comments:

Use case

I've migrated to zsh from fish, and one feature I've been missing is to think about a customization to my shell experience and implement it right away. I know I can alias lsal="ls -al >> ~/.zshrc but that doesnt cover the case in which I want to keep refining that addition to my shell, and it's unorganized too, because it all gets mixed up.
With this plugin I can create a complex shell alias or function, and in any other moment just update it, either using fishysave command again or even editing it on the function folder.
I've been using this for a little while as a custom plugin and I found it very pleasing for my usecase.

@ohmyzsh ohmyzsh bot added Area: plugin Issue or PR related to a plugin Type: documentation Documentation issue or Pull Request New: plugin Request for a plugin or Pull Request that adds one labels Jun 24, 2025
@ohmyzsh ohmyzsh bot added this to Main project Jun 24, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Main project Jun 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: plugin Issue or PR related to a plugin New: plugin Request for a plugin or Pull Request that adds one Type: documentation Documentation issue or Pull Request
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

1 participant