about summary refs log tree commit diff
path: root/.config/zsh/.zshrc
AgeCommit message (Expand)Author
2024-02-06zsh: move hidden config to un-hidden files as much as possibleStarfall
2023-11-03zsh: squash manydots-magic into one local file instead of submoduleStarfall
2023-11-03zsh: add url-quote-magic and manydots-magicStarfall
2022-12-15zsh: separate completions by category, stop exporting cdpath, use array forma...Starfall
2022-11-30zsh: set linux virtual console colorsStarfall
2022-11-28zsh: set ZPROF to profile startup timeStarfall
2022-11-20zsh: forgot to ditch the output of command -v startxStarfall
2022-11-19zsh: only startx if x is availableStarfall
2022-10-05formatting tweaks to zshrcStarfall
2022-08-29zsh: alias cat to bat, utils replacements to new fileStarfall
2021-10-09change comment about manjaro to specify arch since we're on upstream arch nowStarfall
2021-10-09zsh/xinit: start xfce on login in tty1Starfall
2021-10-06zsh: use long form of less -R option and put it in .zshenv insteadStarfall
2021-10-06zsh: consistency in shell redirects when testing commandsStarfall
2021-10-06zsh: spacetotab the .zshrcStarfall
2021-10-06zsh: move completions, history, and vi mode to their own filesStarfall
2021-09-16zsh: split prompt into its own fileStarfall
2021-09-16zsh: alias ls to exa when available (untested)Starfall
2021-09-16zsh: add aliases for ls on bsd/macStarfall
2021-08-15zsh: remove extended_glob as it causes problems with some filenames and using...Starfall
2021-06-15zsh: add sudo alias for windowsStarfall
2021-04-11zsh: fix vcs_prompt_info inside of bare repos and .git directoriesStarfall
2021-02-08zsh: use color names instead of numbers in vcs_infoStarfall
2021-02-08zsh: disable vcs_info except for gitStarfall
2021-02-08zsh: use vcs_info for branch name in promptStarfall
2020-09-07zsh: turn off autocorrect. what the hell is PING and why would i want that in...Starfall
2020-08-14zsh: remove rpromptStarfall
2020-07-23zsh: substring completion (from oh-my-zsh)Starfall
2020-07-22zsh, git: use gpg2Starfall
2020-07-22zsh: fix history and allow case-insensitive globStarfall
2020-07-22zsh: add fzf bindingsStarfall
2020-07-22zsh: hide @host part of prompt for local non-root userStarfall
2020-07-22zsh: custom promptStarfall
2020-07-22zsh: remove options that are set by defaultStarfall
2020-07-22zsh: setopt interactive_commentsStarfall
2020-07-22zsh: pull in more config from oh-my-zsh defaults and belak/zsh-utilsStarfall
2020-07-18zsh: basic configStarfall