initial commit

This commit is contained in:
2024-04-02 19:08:20 -04:00
commit 861be343e4
13 changed files with 330 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
export VISUAL='/opt/homebrew/bin/micro'
export EDITOR='/opt/homebrew/bin/micro'
else
export EDITOR='mvim'
fi