Cite This Page
Bibliographic details for Better Bash Configs
- Page name: Better Bash Configs
- Author: TheBeard Science Project Wiki contributors
- Publisher: TheBeard Science Project Wiki, .
- Date of last revision: 23 January 2020 23:04 UTC
- Date retrieved: 20 April 2026 05:01 UTC
- Permanent URL: https://beardedmaker.com/wiki/index.php?title=Better_Bash_Configs&oldid=3394
- Page Version ID: 3394
Citation styles for Better Bash Configs
APA style
Better Bash Configs. (2020, January 23). TheBeard Science Project Wiki, . Retrieved 05:01, April 20, 2026 from https://beardedmaker.com/wiki/index.php?title=Better_Bash_Configs&oldid=3394.
MLA style
"Better Bash Configs." TheBeard Science Project Wiki, . 23 Jan 2020, 23:04 UTC. 20 Apr 2026, 05:01 <https://beardedmaker.com/wiki/index.php?title=Better_Bash_Configs&oldid=3394>.
MHRA style
TheBeard Science Project Wiki contributors, 'Better Bash Configs', TheBeard Science Project Wiki, , 23 January 2020, 23:04 UTC, <https://beardedmaker.com/wiki/index.php?title=Better_Bash_Configs&oldid=3394> [accessed 20 April 2026]
Chicago style
TheBeard Science Project Wiki contributors, "Better Bash Configs," TheBeard Science Project Wiki, , https://beardedmaker.com/wiki/index.php?title=Better_Bash_Configs&oldid=3394 (accessed April 20, 2026).
CBE/CSE style
TheBeard Science Project Wiki contributors. Better Bash Configs [Internet]. TheBeard Science Project Wiki, ; 2020 Jan 23, 23:04 UTC [cited 2026 Apr 20]. Available from: https://beardedmaker.com/wiki/index.php?title=Better_Bash_Configs&oldid=3394.
Bluebook style
Better Bash Configs, https://beardedmaker.com/wiki/index.php?title=Better_Bash_Configs&oldid=3394 (last visited April 20, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "TheBeard Science Project Wiki",
title = "Better Bash Configs --- TheBeard Science Project Wiki{,} ",
year = "2020",
url = "https://beardedmaker.com/wiki/index.php?title=Better_Bash_Configs&oldid=3394",
note = "[Online; accessed 20-April-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "TheBeard Science Project Wiki",
title = "Better Bash Configs --- TheBeard Science Project Wiki{,} ",
year = "2020",
url = "\url{https://beardedmaker.com/wiki/index.php?title=Better_Bash_Configs&oldid=3394}",
note = "[Online; accessed 20-April-2026]"
}