-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrefs.yaml
More file actions
94 lines (94 loc) · 3.03 KB
/
refs.yaml
File metadata and controls
94 lines (94 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
effective-shell-configuring:
type: book
title: Effective Shell
chapter: Configuring the Shell
date: 2025-07-29
url: https://effective-shell.com/part-5-building-your-toolkit/configuring-the-shell/
isbn: 978-1718504141
author:
- last: Kerr
first: Dave
publisher: No Starch Press
note: >-
A comprehensive guide to shell dotfiles,
covering both Bash and Zsh.
bash-dotfiles-christollefson:
type: online
title: Bash Startup Files
year: 2025
url: https://gist.github.com/ChrisTollefson/6294f711922c88ce3aef2e420452eba1
urldate: 2025-04-24
bash-docs-dotfiles:
type: manual
title: GNU Bash Manual
chapter: Bash Startup Files
date: 2022-09-26
url: https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html
urldate: 2025-04-24
note: >-
Description of Bash shell startup/shutdown files,
such as bashrc, bash_profile, profile, bash_login, and bash_logout,
and the dependence of their execution on the shell's invocation type
(login/non-login, interactive/non-interactive), as well as
environment variables like BASH_ENV.
bash-dotfiles-linux-doc-project:
type: manual
title: Bash Guide for Beginners
chapter: Shell Initialization Files
organization: The Linux Documentation Project
date: 2024-08-18
url: https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_03_01.html
urldate: 2025-04-24
bash-zsh-dotfiles-overview-superuser:
type: online
title: Complete overview of Bash and Zsh startup files sourcing order
date: 2024-05-02
url: https://superuser.com/a/1840396
urldate: 2025-04-24
zsh-archwiki:
type: manual
title: ArchWiki
chapter: Zsh
url: https://wiki.archlinux.org/title/Zsh
urldate: 2025-04-24
note: >-
ArchLinux Wiki page on Zsh,
covering installation, configuration, startup/shutdown files,
and more.
zsh-docs-dotfiles:
type: manual
title: The Z Shell Manual
chapter: Files
version: 5.9
date: 2022-05-14
url: https://zsh.sourceforge.io/Doc/Release/Files.html#Files
urldate: 2025-04-24
note: >-
Description of Zsh shell startup/shutdown files,
such as zshenv, zprofile, zshrc, zlogin, and zlogout,
and the dependence of their execution on the shell's invocation type
(login/non-login, interactive/non-interactive), as well as
environment variables like ZDOTDIR, GLOBAL_RCS, and RCS.
zsh-dotfiles-freecodecamp:
type: online
title: How Do Zsh Configuration Files Work?
date: 2024-01-09
url: https://www.freecodecamp.org/news/how-do-zsh-configuration-files-work/
urldate: 2025-04-24
author:
- last: Kehoe
first: Daniel
organization: freeCodeCamp
note: >-
A brief overview of Zsh startup/shutdown files,
including zshenv, zprofile, zshrc, zlogin, and zlogout,
and their roles in the shell's startup process.
zsh-bash-dotfiles-lumber-room:
type: online
title: Zsh/Bash Startup Files Loading Order
date: 2008-03-30
url: https://shreevatsa.wordpress.com/2008/03/30/zshbash-startup-files-loading-order-bashrc-zshrc-etc/
urldate: 2025-04-24
author:
- last: Shreevatsa
first: S.