summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-11 23:56:22 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-11 23:56:22 +0200
commitc2f3e3a646b723f72856785e3d5b7b35cb567aee (patch)
tree16d7b0569be6431224ac9e26469ca6ebdf7e2356 /.profile
parentbspwmrc fix (diff)
downloaddotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.gz
dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.bz2
dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.xz
dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.tar.zst
dotfiles-bsd-c2f3e3a646b723f72856785e3d5b7b35cb567aee.zip
bspwm start script fix
Diffstat (limited to '.profile')
-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"