summaryrefslogtreecommitdiff
path: root/user/zsh
AgeCommit message (Collapse)Author
4 daysfix(user/zsh): set VISUAL instead of EDITORmainMartin Fischer
EDITOR is meant for line editors while VISUAL is meant for full-screen editors. Also most software appears to prefer VISUAL over EDITOR (e.g. git and sudoedit).
14 daysrefactor: introduce profilesMartin Fischer
2024-12-12fix(zsh): fix error on git over SSHMartin Fischer
2024-12-12enable SSH host-specific terminal background colorsMartin Fischer
2024-12-12refactor: move part-specifics out of .zshrcMartin Fischer
2024-12-12fix(zshrc): don't append PATH if already presentMartin Fischer
2024-12-11add developer toolsMartin Fischer
2024-12-11add toolsMartin Fischer
2024-12-11add vimMartin Fischer
2024-12-11add zshMartin Fischer