initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user