|
b60f7e345b
|
zsh: clean up indentation
|
2024-02-10 12:10:24 +01:00 |
|
|
2e95a30cd9
|
zsh: remove aliases I never use
|
2023-02-26 18:11:51 +01:00 |
|
|
051f7f876a
|
zsh: fix typo (missing =) in lt alias
|
2023-01-28 18:56:54 +01:00 |
|
|
406b092b03
|
zsh: use long option names in aliases where possible
Makes sense to use long option names when I am not doing the typing, as
they are more descriptive than most single letters.
|
2023-01-26 22:17:47 +01:00 |
|
|
2a16007dfa
|
zsh: remove listing of git status with exa
The git status information makes `exa` choke a bit in very large
repositories, which I have been navigating a lot lately.
|
2023-01-26 22:08:54 +01:00 |
|
|
3bd5c8251b
|
zsh: add tlt alias for limiting tree level
|
2023-01-25 16:20:40 +01:00 |
|
|
fd9708e5ea
|
zsh: alias vi to nvim
|
2023-01-22 00:36:36 +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 |
|