From c2f3e3a646b723f72856785e3d5b7b35cb567aee Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 11 Aug 2020 23:56:22 +0200 Subject: bspwm start script fix --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.profile') 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" -- cgit v1.2.3