AutoYADM commit: 2025-02-26 12:30:12

This commit is contained in:
Daniel Fichtinger 2025-02-26 12:30:12 -05:00
parent cee37bbf47
commit 0baa149ea6
3 changed files with 389 additions and 227 deletions

7
.zshrc
View file

@ -15,9 +15,10 @@ unset LS_COLORS
if whence -w helix &>/dev/null; then
# Stable
HELIX="helix"
export EDITOR="helix"
alias hx="helix"
HELIX="hx"
export EDITOR="hx"
alias helix="hx"
# alias hx="helix"
else
# Latest
HELIX="hx"