This website requires JavaScript.
Explore
Help
Sign in
dot
/
zsh
Watch
1
Star
0
Fork
You've already forked zsh
0
Code
Issues
Pull requests
Releases
Wiki
Activity
f54e89b435
zsh
/
config
/
zsh
History
Download ZIP
Download TAR.GZ
Danielle McLean
f54e89b435
fix: cleanly skip trying to load zinit binary module if it hasn't been built
2021-04-26 15:10:31 +10:00
..
all
fix: cleanly skip trying to load zinit binary module if it hasn't been built
2021-04-26 15:10:31 +10:00
functions
Introduce utility function 'count', inspired by the fish builtin, which simply echoes the number of arguments it receives (e.g., count *.txt)
2020-03-26 11:34:51 +11:00
interactive
feat: add alias to run bat instead of cat when available, like lsd
2021-03-16 21:17:37 +11:00
interactive+login
Use prettier Unicode bubbles around ponysay fortunes
2016-10-30 10:18:19 +11:00
login
feat: apply XDG to Rust cargo directories
2021-01-26 15:03:50 +11:00
logout
Silence errors from logout/xdg-clear - on a system that manages XDG_RUNTIME_DIR for you, you probably won't be allowed to delete it on logout, which is harmless because the system manages it for you
2017-08-24 08:51:08 +10:00
.zlogout
Clean up XDG_RUNTIME_DIR on last logout
2016-10-23 14:48:29 +11:00
.zprofile
Using stow-rename, unhide all the files :3
2016-10-07 23:13:58 +11:00
.zshrc
Using stow-rename, unhide all the files :3
2016-10-07 23:13:58 +11:00
zinit
Guarantee that the Zinit module is the first thing loaded whenever possible, so that everything else gets compiled and timed
2020-01-20 12:51:33 +11:00
zlogout
Enable the Zinit binary module, which efficiently zcompiles ALL sourced files
2020-01-20 12:44:50 +11:00
zprofile
Guarantee that the Zinit module is the first thing loaded whenever possible, so that everything else gets compiled and timed
2020-01-20 12:51:33 +11:00
zshenv
Do our own zcompile step for zshenv in particular, since it runs before the Zinit module has a chance to load
2020-01-20 12:54:38 +11:00
zshrc
Enable the Zinit binary module, which efficiently zcompiles ALL sourced files
2020-01-20 12:44:50 +11:00