bc602776af
zsh: consistent function naming
2024-07-29 12:57:29 +02:00
0d1ed7112e
zsh: remove outdated TODO
2024-07-29 02:04:18 +02:00
7464e383e3
zsh: add special ZLE widgets rather than replace them
...
Also took the opportunity to prefix all my functions with `fs-` to
differentiate from built-ins and avoid conflicts.
2024-07-29 00:40:33 +02:00
745b5b2fd5
zsh: use a custom command for fzf ZLE widgets
...
Notable differences to the default command shipped with fzf:
- I want to see hidden files, but not directories (the default hides
both).
- I want to exclude some directories on my Mac home, which are too
large and make the find command really slow. Plus, I never want to
dig into those directories with this method anyway.
2024-07-28 18:45:21 +02:00
3c8857b1f6
zsh: major refactor of .zshrc
2024-07-27 20:35:38 +02:00
aeee2648ca
zsh: make ctrl-q usable in the terminal
2024-07-27 10:37:19 +02:00
c6750c86c5
zsh: split local config into zprofile and zshrc
2024-07-26 18:40:53 +02:00
13fa12c5c3
Ensure files end with a new line
2024-07-14 23:51:56 +02:00
9170201712
zsh: formatting
2024-03-20 23:29:13 +01:00
316ff49b08
zsh: customize EZA_COLORS
2024-03-11 00:14:40 +01:00
abdedb4ce9
zsh: customize fzf
2024-03-10 23:03:40 +01:00
b06970472d
Add broot
2024-03-10 17:47:56 +01:00
7bc64134eb
zsh: load local configuration if present
2024-03-08 21:53:00 +01:00
0db298fa85
zsh: enable INTERACTIVE_COMMENTS
2023-10-08 21:10:16 +02:00
410ac2d1b2
zsh: autoload custom functions
2023-10-08 17:03:42 +02:00
de3235450c
zsh: move man pages customization to separate file
2023-10-08 17:03:42 +02:00
765bb4585b
zsh: only customize man pages for interactive shells
2023-10-08 15:24:56 +02:00
0e18599a8d
zsh: rename: vi-mode -> line-editor
2023-10-04 22:23:56 +02:00
bfa78813c9
zsh: add mkcd()
2023-07-15 00:32:24 +02:00
e46a370e2e
zsh: move environment setup to .zprofile
2023-03-05 01:09:51 +01:00
39f51775fe
zsh: refactor configuration with focus on interactive shells
...
Moved most of the work to `.zshrc' rather than `.zhenv', because most of
my configuration is only relevant to my interactive use of the shell.
2022-10-21 19:59:16 +02:00
61f0b64b84
install: make ~/.config a symlink into dotfiles
2022-02-07 19:26:29 +01:00