index
:
nix-darwin.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
programs
/
zsh
/
default.nix
Age
Commit message (
Expand
)
Author
2024-12-29
fix(zsh): correct the path of zsh-fast-syntax-highlighting
Xingquan Liu
2024-11-07
zsh: only run shell initialization in /etc/zshenv when RCs are enabled
Sam
2024-11-06
Merge pull request #909 from motheki/fast-syntax-highlighting-support
Michael Hoang
2024-11-06
Update modules/programs/zsh/default.nix
Trevor Opiyo
2024-11-05
Update default.nix
Trevor Opiyo
2024-10-31
zsh: enable by default as zsh is the default shell on macOS
Michael Hoang
2024-09-12
{bash,zsh}: remove nix-shell early return in /etc/{bashrc,zshenv}
Antoine Cotten
2024-09-11
zsh: don't be noisy when scripts are run with -u
Sebastian Reuße
2024-09-11
zsh: let children shells set their fpath
Jörg Thalheim
2024-09-10
zsh: prefer Nix completions these from Zsh package
Sebastian Reuße
2024-09-10
zsh: move fpath init from /etc/zshrc to /etc/zshenv
Jan Malakhovski
2024-05-29
add warning for enabling syntax highlighting and fast syntax highlighting
Trevor Opiyo
2024-05-29
Add support for zsh-fast-syntax-highlighting
Trevor Opiyo
2024-05-20
Change zsh default prompt
Dominik Gleich
2024-04-19
treewide: remove lib.mdDoc
Weijia Wang
2024-02-23
etc: add known hash for `/etc/zshenv` and `/etc/nix/nix.conf`
Evan Petousis
2024-01-21
Add option to disable zsh global compinit
Jōshin
2023-07-11
doc: store a copy of known files
Michael Hoang
2023-07-10
fix zsh eating output without new line ending
Cuichen Li
2023-06-24
treewide: convert all option docs to Markdown
Emily
2020-10-25
don't set SHELL automatically based on programs.<shell>.enable
Daiderd Jordan
2020-06-17
etc: add known hashes for bashrc/zsh/nix.conf
Daiderd Jordan
2019-01-04
zsh: Add vendor-completions to fpath
Kirill Elagin
2018-10-25
Unify environment configuration and don't run in child shells
Andrew Childs
2018-03-27
zsh: fix nix run shells of nix 2.0
Daiderd Jordan
2018-01-20
zsh: remove shell wrapper
Daiderd Jordan
2018-01-17
zsh: don't clobber promptInit in a nix-shell
Daiderd Jordan
2017-10-07
system-build: change type of setEnvironment and setAliases
Daiderd Jordan
2017-10-07
environment: include extraInit in set-environment script
Daiderd Jordan
2017-10-07
zsh: move environment variables to zshenv
Daiderd Jordan
2017-07-09
bash: enable by default
Daiderd Jordan
2017-07-09
zsh: support nix-shell --run zsh
Daiderd Jordan
2017-06-13
zsh: use custom fzf completion
Daiderd Jordan
2017-05-15
environment: include /usr/sbin and /sbin in systemPath
Daiderd Jordan
2017-05-13
zsh: use explicit source instead of .
Daiderd Jordan
2017-05-13
zsh: link /share/zsh when enabled
Daiderd Jordan
2017-03-05
Added zsh-syntax-highlighting option to zsh program
Brandon Kase
2017-02-21
zsh: add options for fzf completion and git
Daiderd Jordan
2017-02-21
fzf-history: don't enable by default and reverse
Daiderd Jordan
2017-01-30
add fzf history keybindings for zsh
Daiderd Jordan