Skip to content
New issue

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

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

Already on GitHub? # to your account

feat!: make this plugin works like upstream #13

Merged
merged 3 commits into from
Oct 9, 2024
Merged

feat!: make this plugin works like upstream #13

merged 3 commits into from
Oct 9, 2024

Conversation

budimanjojo
Copy link
Owner

BREAKING CHANGE: This is almost a complete rewrite

  • use alias instead of abbr to match upstream
  • added features which were added in upstream
  • $fish_tmux_autostart is now false by default to match upstream
  • most variables are now local to function when called instead of being globally set
  • autostart feature is now a function that gets called automatically when $fish_tmux_autostart is changed
  • plugin can now run as root just like upstream, you can change this behavior manually in your config.fish file
  • removed fish_tmux_alter_path hack as you can now control when to run this plugin

Fixes: #12

BREAKING CHANGE: This is almost a complete rewrite

- use `alias` instead of `abbr` to match upstream
- added features which were added in upstream
- `$fish_tmux_autostart` is now `false` by default to match upstream
- most variables are now local to function when called instead of being
  globally set
- autostart feature is now a function that gets called automatically
  when `$fish_tmux_autostart` is changed
- plugin can now run as root just like upstream, you can change this
  behavior manually in your config.fish file
- removed `fish_tmux_alter_path` hack as you can now control when to run
  this plugin

Signed-off-by: budimanjojo <budimanjojo@gmail.com>
Signed-off-by: budimanjojo <budimanjojo@gmail.com>
See: ohmyzsh/ohmyzsh#12230

Signed-off-by: budimanjojo <budimanjojo@gmail.com>
@budimanjojo budimanjojo merged commit 2a953b2 into main Oct 9, 2024
@budimanjojo budimanjojo deleted the v2 branch October 9, 2024 06:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BREAKING: Change default behavior of this plugin
1 participant