Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-19 | zsh: aliases: Change man search highlight color | Johannes Löthberg | 1 | -1/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2018-07-19 | zsh: prompt: Switch to simpler single-line colorless prompt | Johannes Löthberg | 1 | -11/+2 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-10-06 | zsh/profile.d: tirxu was replaced by lithium | Johannes Löthberg | 1 | -7/+0 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-08-20 | Add hydrogen zprofile | Johannes Löthberg | 1 | -0/+16 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-08-17 | zsh: Add .cargo/bin to PATH | Johannes Löthberg | 1 | -0/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-08-17 | zsh/aliases: Use natural sort for ls | Johannes Löthberg | 1 | -1/+2 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-18 | zprofile: Set EDITOR=nvim | Johannes Löthberg | 1 | -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-18 | zsh/zprofile: Switch from ibus to fcitx | Johannes Löthberg | 1 | -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-03 | zsh: turn ms alias into .local/bin script | Johannes Löthberg | 1 | -1/+0 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | Remove chromium-private references | Johannes Löthberg | 1 | -1/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | Export XDG_RUNTIME_DIR to /run/user/uid if exists and owned by user | Johannes Löthberg | 1 | -0/+3 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh: enable extglob | Johannes Löthberg | 1 | -1/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh: Remove precmd/preexec | Johannes Löthberg | 1 | -13/+0 | |
They're causing issues when running commands containing funky characters. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | CMove histsize/savehist | Johannes Löthberg | 2 | -3/+4 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh/theme/kyrias: Fix broken _preexec command | Johannes Löthberg | 1 | -2/+2 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh: Reorganize | Johannes Löthberg | 5 | -5/+6 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh/theme: Add %{%} per line | Johannes Löthberg | 1 | -3/+3 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh/theme: Don't print erroneous blank lines | Johannes Löthberg | 1 | -2/+2 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh/keybindings: Don't skip over / | Johannes Löthberg | 1 | -0/+6 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh/keybinds: Nuke vi bindings since I don't use them | Johannes Löthberg | 1 | -46/+15 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | Rename .zshenv/.zprofile to without dot | Johannes Löthberg | 3 | -56/+57 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh: Move .zshrc to zshrc, make symlink | Johannes Löthberg | 2 | -59/+60 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh/aliases: Add .... as well | Johannes Löthberg | 1 | -0/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh/aliases: Fix help command | Johannes Löthberg | 1 | -0/+4 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh: Drop old 5m aliases | Johannes Löthberg | 1 | -66/+0 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | Move preexec to theme | Johannes Löthberg | 2 | -12/+10 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh: Use the ZSH prompt system for prompt | Johannes Löthberg | 3 | -68/+42 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh/keybindings: Remove function keyword | Johannes Löthberg | 1 | -2/+2 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zprofile: Drop MANPATH | Johannes Löthberg | 1 | -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-01 | Add grawity/code support back | Johannes Löthberg | 3 | -0/+29 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh: Set MANPATH to XDG_DATA_DIR in zprofile | Johannes Löthberg | 3 | -2/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zprofile: Reorganize slightly | Johannes Löthberg | 1 | -5/+2 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh: Drop custom completions | Johannes Löthberg | 4 | -14/+0 | |
No use for any of them anymore. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zshrc: Update setopts | Johannes Löthberg | 1 | -4/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | xinitrc: Add keeptty | Johannes Löthberg | 1 | -1/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zprofiles: Drop libwcwidth | Johannes Löthberg | 2 | -10/+0 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zsh/aliases: Drop aur funcs | Johannes Löthberg | 1 | -11/+0 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zshrc: Use lscolors for tab completion | Johannes Löthberg | 1 | -0/+3 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zprofile: Use ibus instead of xim | Johannes Löthberg | 1 | -5/+7 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zprofile: Use chromium wrapper | Johannes Löthberg | 1 | -1/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2017-06-01 | zprofile: Set $path instead of $PATH | Johannes Löthberg | 1 | -1/+4 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2016-01-14 | zsh: zprofile: Use nvim | Johannes Löthberg | 1 | -3/+2 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-09-14 | zsh/aliases: Use aur. instead of aur4. | Johannes Löthberg | 1 | -2/+2 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-08-14 | zsh: prompt: replace smiley with λ | Johannes Löthberg | 1 | -5/+5 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-08-06 | zsh: update 5 aliases/functions | Johannes Löthberg | 3 | -19/+39 | |
2015-08-06 | zsh: zorg: Add profile based on leeloo's | Johannes Löthberg | 1 | -0/+21 | |
2015-07-13 | zsh: Add custom completions | Johannes Löthberg | 4 | -0/+14 | |
2015-07-13 | zsh: aliases: Add tt alias | Johannes Löthberg | 1 | -0/+6 | |
2015-07-10 | zsh: leeloo: profile: add MANPATH | Johannes Löthberg | 1 | -1/+1 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> | |||||
2015-07-10 | zsh: add aur-push/pull alias/function | Johannes Löthberg | 1 | -0/+11 | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> |