Skip to content
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

[Feature Request]: In .zshrc & .bashrc source a custom file if found in home dir i.e. .zshrc-personal #459

Open
dwilliam62 opened this issue Sep 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dwilliam62
Copy link

Feature Request

Description

Something I started to do with ML4W dotfiles, I added a .bashrc-personal to hold all my aliases, functions, etc.
Then asked him to look for that file in his customized .bashrc file that he includes with his dotfiles. in his case he looks for .bashrc-custom or .zshrc-custom. ZaneyOS has this as well.

Use Case

This makes it more seamless when upgrading to not have to re-add in aliases, etc after each upgrade.

Proposed Solution

   source $HOME/.bashrc-personal                                                                                                                                                                                                                 
 fi```

  If you don't like -personal you can set it to something else.   Obvi need for .zshrc as well 

### Alternatives

### Additional Information

@dwilliam62 dwilliam62 added the enhancement New feature or request label Sep 24, 2024
@JaKooLit
Copy link
Owner

JaKooLit commented Oct 7, 2024

actually, the .zshrc or zsh config is only added one time at the distro-hyprland install scripts.

after that, these repo does not deal with it anymore

maybe its a bit "hazzle" for those who have aliases already set up but they will only deal one time.

even Ive got updates on the dots, wont touch the .zshrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants