AutoYADM commit: 2025-02-26 12:30:12
This commit is contained in:
parent
cee37bbf47
commit
0baa149ea6
3 changed files with 389 additions and 227 deletions
7
.zshrc
7
.zshrc
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue