summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-07-05 21:29:00 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-07-19 11:52:52 -0400
commit23bcc5b815b131aff3579f8f95a2eb9b9ef3182c (patch)
tree25a8308c34f4974f244871609fc7c8956ecba067
parentece3f4f3ff4f45800ff741ba0413460be169356b (diff)
Set Neovim as default editor
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 22878f2..9d907af 100644
--- a/.profile
+++ b/.profile
@@ -1,4 +1,3 @@
-
# Add PATH entries, we can't use external commands yet in case PATH is empty
for p in /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/bin "$HOME"/.local/bin "$HOME"/.cargo/bin "$HOME"/bin; do
case ":$PATH:" in
@@ -11,7 +10,7 @@ done
[ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR=$(mktemp -d)
# Set environment variables
-export EDITOR=hx
+export EDITOR=nvim
export PAGER=less
export TERMINAL=foot
export BROWSER=firefox
@@ -21,3 +20,4 @@ export FZF_DEFAULT_OPTS=" \
--color=bg+:#363a4f,bg:#24273a,spinner:#f4dbd6,hl:#ed8796 \
--color=fg:#cad3f5,header:#ed8796,info:#c6a0f6,pointer:#f4dbd6 \
--color=marker:#f4dbd6,fg+:#cad3f5,prompt:#c6a0f6,hl+:#ed8796"
+