aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
AgeCommit message (Collapse)AuthorFilesLines
2018-08-28zsh/zprofile: Add NOTMUCH_CONFIGJohannes Löthberg1-0/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2018-08-26zsh: set hist_expire_dups_firstJohannes Löthberg1-1/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2018-08-26zsh: Move HISTSIZE/HISTFILE back to zshrcJohannes Löthberg2-4/+4
I don't even remember why I moved it. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2018-08-26zsh/profile.d/hydrogen: Add nix-profile sourceJohannes Löthberg1-0/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2018-08-26zsh: Remove old aliasesJohannes Löthberg1-34/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2018-07-19zsh: aliases: Change man search highlight colorJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2018-07-19zsh: prompt: Switch to simpler single-line colorless promptJohannes Löthberg1-11/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-10-06zsh/profile.d: tirxu was replaced by lithiumJohannes Löthberg1-7/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-08-20Add hydrogen zprofileJohannes Löthberg1-0/+16
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-08-17zsh: Add .cargo/bin to PATHJohannes Löthberg1-0/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-08-17zsh/aliases: Use natural sort for lsJohannes Löthberg1-1/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-18zprofile: Set EDITOR=nvimJohannes Löthberg1-1/+1
This really shouldn't be necessary, because things should use VISUAL, and EDITOR shouldn't have to be a visual editor... Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-18zsh/zprofile: Switch from ibus to fcitxJohannes Löthberg1-3/+3
IBus doesn't let you specify a default mode for input methods, so the mozc one always starts in Direct Input mode. Core devs are according to mozc devs against changing the default? fcitx saves the last one properly instead though. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-03zsh: turn ms alias into .local/bin scriptJohannes Löthberg1-1/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01Remove chromium-private referencesJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01Export XDG_RUNTIME_DIR to /run/user/uid if exists and owned by userJohannes Löthberg1-0/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh: enable extglobJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh: Remove precmd/preexecJohannes Löthberg1-13/+0
They're causing issues when running commands containing funky characters. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01CMove histsize/savehistJohannes Löthberg2-3/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh/theme/kyrias: Fix broken _preexec commandJohannes Löthberg1-2/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh: ReorganizeJohannes Löthberg5-5/+6
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh/theme: Add %{%} per lineJohannes Löthberg1-3/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh/theme: Don't print erroneous blank linesJohannes Löthberg1-2/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh/keybindings: Don't skip over /Johannes Löthberg1-0/+6
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh/keybinds: Nuke vi bindings since I don't use themJohannes Löthberg1-46/+15
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01Rename .zshenv/.zprofile to without dotJohannes Löthberg3-56/+57
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh: Move .zshrc to zshrc, make symlinkJohannes Löthberg2-59/+60
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh/aliases: Add .... as wellJohannes Löthberg1-0/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh/aliases: Fix help commandJohannes Löthberg1-0/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh: Drop old 5m aliasesJohannes Löthberg1-66/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01Move preexec to themeJohannes Löthberg2-12/+10
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh: Use the ZSH prompt system for promptJohannes Löthberg3-68/+42
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh/keybindings: Remove function keywordJohannes Löthberg1-2/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zprofile: Drop MANPATHJohannes Löthberg1-1/+0
Apparently man already adds <dir>/man and <dir>/../man for everything in $PATH. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01Add grawity/code support backJohannes Löthberg3-0/+29
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh: Set MANPATH to XDG_DATA_DIR in zprofileJohannes Löthberg3-2/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zprofile: Reorganize slightlyJohannes Löthberg1-5/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh: Drop custom completionsJohannes Löthberg4-14/+0
No use for any of them anymore. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zshrc: Update setoptsJohannes Löthberg1-4/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01xinitrc: Add keepttyJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zprofiles: Drop libwcwidthJohannes Löthberg2-10/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zsh/aliases: Drop aur funcsJohannes Löthberg1-11/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zshrc: Use lscolors for tab completionJohannes Löthberg1-0/+3
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zprofile: Use ibus instead of ximJohannes Löthberg1-5/+7
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zprofile: Use chromium wrapperJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-01zprofile: Set $path instead of $PATHJohannes Löthberg1-1/+4
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-01-14zsh: zprofile: Use nvimJohannes Löthberg1-3/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-09-14zsh/aliases: Use aur. instead of aur4.Johannes Löthberg1-2/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-08-14zsh: prompt: replace smiley with λJohannes Löthberg1-5/+5
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2015-08-06zsh: update 5 aliases/functionsJohannes Löthberg3-19/+39