feat(shell/zsh): eval fzf && source hyde's shell functions#156
feat(shell/zsh): eval fzf && source hyde's shell functions#156richen604 merged 2 commits intorichen604:mainfrom
Conversation
faebf04 to
1568b73
Compare
| ".config/zsh/functions/duf.zsh".source = "${pkgs.hydenix.hyde}/Configs/.config/zsh/functions/duf.zsh"; | ||
| ".config/zsh/functions/error-handlers.zsh".source = "${pkgs.hydenix.hyde}/Configs/.config/zsh/functions/error-handlers.zsh"; | ||
| ".config/zsh/functions/eza.zsh".source = "${pkgs.hydenix.hyde}/Configs/.config/zsh/functions/eza.zsh"; | ||
| ".config/zsh/functions/fzf.zsh".source = "${pkgs.hydenix.hyde}/Configs/.config/zsh/functions/fzf.zsh"; |
There was a problem hiding this comment.
lets include fzf to easier track changes on hyde update
means we can remove this and the df function because it becomes included by sourcing all files
There was a problem hiding this comment.
Done. I've also removed aliases as they also getting defined by sourcing files
| @@ -362,10 +378,10 @@ in | |||
| ".config/zsh/functions/duf.zsh".source = "${pkgs.hydenix.hyde}/Configs/.config/zsh/functions/duf.zsh"; | |||
| ".config/zsh/functions/error-handlers.zsh".source = "${pkgs.hydenix.hyde}/Configs/.config/zsh/functions/error-handlers.zsh"; | |||
There was a problem hiding this comment.
error-handlers needs to go actually because it has too much arch specific code
tbh i dont think ive ever had this call so that can go too
d7f6f83 to
49f07f0
Compare
|
ill resolve these conflicts at some point or you can take a stab at it, meant to merge these changes before 5.0 |
49f07f0 to
4144e07
Compare
Finally got some time to look into it. Did a rebase to upstream/main |
|
looks good! tested it locally myself |
|
🎉 This PR is included in version 5.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Source all .zsh files from functions and completions directories
Type of change
Checklist