summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 35f025e..4d997e6 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"
-export VISUAL="emacsclient -c -a emacs"
+export EDITOR="emacsclient -c -t"
+export VISUAL="emacsclient"
export PAGER="less"
export TERMINAL="alacritty"
export BROWSER="firefox"