Added editor aliases

Removed git alias, as I use ssh now on Darwin
This commit is contained in:
2026-02-12 08:10:34 +01:00
parent 2718b03ab7
commit 70dd5613b2
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
if (( $+commands[micro] )); then
alias nano="micro"
alias vi="micro"
alias vim="micro"
export EDITOR="micro"
export VISUAL="micro"
fi