aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2026-09-22 16:04:05 +0200
committerMichal Hanus <mikehanus@protonmail.com>2026-09-22 16:04:05 +0200
commit37f61e4bd5a9afacbd8c4494cd8b9f0bf2822fa0 (patch)
treec5529899f0108bcdaadf815f81d982042b0feb37 /.profile
parentea01f1505ed6d22ab730aa8dec6cf6eeac6fb25e (diff)
matlab aliases and EDITOR to nvimHEADmaster
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index d89ea5a..9266446 100644
--- a/.profile
+++ b/.profile
@@ -25,3 +25,5 @@ fi
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
+
+EDITOR=nvim