summaryrefslogtreecommitdiff
path: root/modules/programs/zsh
AgeCommit message (Expand)Author
2024-12-29fix(zsh): correct the path of zsh-fast-syntax-highlightingXingquan Liu
2024-11-07zsh: only run shell initialization in /etc/zshenv when RCs are enabledSam
2024-11-06Merge pull request #909 from motheki/fast-syntax-highlighting-supportMichael Hoang
2024-11-06Update modules/programs/zsh/default.nix Trevor Opiyo
2024-11-05Update default.nixTrevor Opiyo
2024-10-31zsh: enable by default as zsh is the default shell on macOSMichael Hoang
2024-09-12{bash,zsh}: remove nix-shell early return in /etc/{bashrc,zshenv}Antoine Cotten
2024-09-11zsh: don't be noisy when scripts are run with -uSebastian Reuße
2024-09-11zsh: let children shells set their fpathJörg Thalheim
2024-09-10zsh: prefer Nix completions these from Zsh packageSebastian Reuße
2024-09-10zsh: move fpath init from /etc/zshrc to /etc/zshenvJan Malakhovski
2024-05-29add warning for enabling syntax highlighting and fast syntax highlightingTrevor Opiyo
2024-05-29Add support for zsh-fast-syntax-highlightingTrevor Opiyo
2024-05-20Change zsh default promptDominik Gleich
2024-04-19treewide: remove lib.mdDocWeijia Wang
2024-02-23etc: add known hash for `/etc/zshenv` and `/etc/nix/nix.conf`Evan Petousis
2024-01-21Add option to disable zsh global compinitJōshin
2023-07-11doc: store a copy of known filesMichael Hoang
2023-07-10fix zsh eating output without new line endingCuichen Li
2023-06-24treewide: convert all option docs to MarkdownEmily
2020-10-25don't set SHELL automatically based on programs.<shell>.enableDaiderd Jordan
2020-06-17etc: add known hashes for bashrc/zsh/nix.confDaiderd Jordan
2019-01-04zsh: Add vendor-completions to fpathKirill Elagin
2018-10-25Unify environment configuration and don't run in child shellsAndrew Childs
2018-03-27zsh: fix nix run shells of nix 2.0Daiderd Jordan
2018-01-20zsh: remove shell wrapperDaiderd Jordan
2018-01-17zsh: don't clobber promptInit in a nix-shellDaiderd Jordan
2017-10-07system-build: change type of setEnvironment and setAliasesDaiderd Jordan
2017-10-07environment: include extraInit in set-environment scriptDaiderd Jordan
2017-10-07zsh: move environment variables to zshenvDaiderd Jordan
2017-07-18zsh: use container names for fzf docker completionDaiderd Jordan
2017-07-09bash: enable by defaultDaiderd Jordan
2017-07-09zsh: support nix-shell --run zshDaiderd Jordan
2017-06-21zsh: improve fzf docker completionDaiderd Jordan
2017-06-17zsh: add fzf completion for docker containersDaiderd Jordan
2017-06-13zsh: use custom fzf completionDaiderd Jordan
2017-05-15environment: include /usr/sbin and /sbin in systemPathDaiderd Jordan
2017-05-13zsh: use explicit source instead of .Daiderd Jordan
2017-05-13zsh: link /share/zsh when enabledDaiderd Jordan
2017-03-05Added zsh-syntax-highlighting option to zsh programBrandon Kase
2017-02-21zsh: add options for fzf completion and gitDaiderd Jordan
2017-02-21fzf-history: don't enable by default and reverseDaiderd Jordan
2017-01-30add fzf history keybindings for zshDaiderd Jordan