Allow custom editor, like we do custom terminal (#1697)

This commit is contained in:
David Heinemeier Hansson
2025-09-16 15:14:29 +02:00
committed by GitHub
parent 7e1c88b932
commit bf0c2cc9a5
8 changed files with 58 additions and 34 deletions

View File

@@ -1,4 +1,3 @@
# Editor used by CLI
export EDITOR="nvim"
export SUDO_EDITOR="$EDITOR"
export BAT_THEME=ansi

View File

@@ -6,9 +6,3 @@ source ~/.local/share/omarchy/default/bash/rc
#
# Make an alias for invoking commands you use constantly
# alias p='python'
#
# Use VSCode instead of neovim as your default editor
# export EDITOR="code"
#
# Set a custom prompt with the directory revealed (alternatively use https://starship.rs)
# PS1="\W \[\e]0;\w\a\]$PS1"