forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Break up ZSH config files #10
Comments
dysfungi
pushed a commit
that referenced
this issue
Dec 11, 2016
1. zshenv: path.zsh, env.zsh 2. zprofile: profile.zsh 3. zshrc: *.zsh, completion.zsh 4. zlogin: login.zsh 5. zlogout: logout.zsh WIP: #10
dysfungi
pushed a commit
that referenced
this issue
Dec 11, 2016
1. zshenv: *path.zsh, *env.zsh, *alias.zsh, *aliases.zsh 2. zprofile: *profile.zsh 3. zshrc: *fpath.zsh, *.zsh, *completion.zsh 4. zlogin: *login.zsh 5. zlogout: *logout.zsh WIP: #10
dysfungi
pushed a commit
that referenced
this issue
Dec 17, 2016
Pending on holman#265 |
dysfungi
pushed a commit
that referenced
this issue
Dec 18, 2016
dysfungi
pushed a commit
that referenced
this issue
Dec 18, 2016
lgo
pushed a commit
to lgo/dotfiles
that referenced
this issue
Jun 5, 2021
1. zshenv: path.zsh, env.zsh 2. zprofile: profile.zsh 3. zshrc: *.zsh, completion.zsh 4. zlogin: login.zsh 5. zlogout: logout.zsh WIP: dysfungi/dotfiles#10
lgo
pushed a commit
to lgo/dotfiles
that referenced
this issue
Jun 5, 2021
1. zshenv: *path.zsh, *env.zsh, *alias.zsh, *aliases.zsh 2. zprofile: *profile.zsh 3. zshrc: *fpath.zsh, *.zsh, *completion.zsh 4. zlogin: *login.zsh 5. zlogout: *logout.zsh WIP: dysfungi/dotfiles#10
lgo
pushed a commit
to lgo/dotfiles
that referenced
this issue
Jun 5, 2021
lgo
pushed a commit
to lgo/dotfiles
that referenced
this issue
Jun 5, 2021
lgo
pushed a commit
to lgo/dotfiles
that referenced
this issue
Jun 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requirements
Dependencies
Pull Requests
Benefits
#!/bin/zsh
and are run as cronjobs.Research
Specs
Utilize:
**/*path.zsh
(except**/*fpath.zsh
)**/*env.zsh
**/*profile.zsh
**/*fpath.zsh
**/*.zsh
(except**/*completion.zsh
,**/*path.zsh
,**/*env.zsh
,**/*profile.zsh
,**/*login.zsh
,**/*logout.zsh
)**/*completion.zsh
**/*login.zsh
**/*logout.zsh
The text was updated successfully, but these errors were encountered: