summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.profile9
1 files changed, 4 insertions, 5 deletions
diff --git a/.profile b/.profile
index 167ac28..e43a3d8 100644
--- a/.profile
+++ b/.profile
@@ -16,9 +16,6 @@
# serial line.
# TERM=xterm; export TERM
-EDITOR=nvim; export EDITOR
-PAGER=less; export PAGER
-
# set ENV to a file invoked each time sh is started for interactive use.
ENV=$HOME/.shrc; export ENV
@@ -27,8 +24,10 @@ export PATH="${HOME}/.local/bin:${HOME}/.cargo/bin:/usr/local/llvm10/bin:/usr/lo
# Apps
# export ZSH="/home/jozan/.oh-my-zsh"
-export EDITOR="nvim"
-export TERMINAL="st"
+export EDITOR="emacsclient -c"
+export VISUAL="emacsclient -c -a emacs"
+export PAGER="less"
+export TERMINAL="alacritty"
export BROWSER="firefox"
export READER="zathura"
export FILE="vifm"