summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-17 20:37:57 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-17 20:37:57 +0200
commit7a9e212aab42ba55f313075699370afc3bd5919e (patch)
treea9e17a6b9181b94ad484eeb863976ccc648b1118 /.profile
parentNewsboat rice (diff)
downloaddotfiles-bsd-7a9e212aab42ba55f313075699370afc3bd5919e.tar.gz
dotfiles-bsd-7a9e212aab42ba55f313075699370afc3bd5919e.tar.bz2
dotfiles-bsd-7a9e212aab42ba55f313075699370afc3bd5919e.tar.xz
dotfiles-bsd-7a9e212aab42ba55f313075699370afc3bd5919e.tar.zst
dotfiles-bsd-7a9e212aab42ba55f313075699370afc3bd5919e.zip
Update
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 4d997e6..d99cc0b 100644
--- a/.profile
+++ b/.profile
@@ -24,8 +24,8 @@ export PATH="${HOME}/.local/bin:${HOME}/.cargo/bin:/usr/local/llvm11/bin:${PATH}
# Apps
# export ZSH="/home/jozan/.oh-my-zsh"
-export EDITOR="emacsclient -c -t"
-export VISUAL="emacsclient"
+export EDITOR="nvim"
+export VISUAL="nvim"
export PAGER="less"
export TERMINAL="alacritty"
export BROWSER="firefox"