updated
This commit is contained in:
parent
d36e974af2
commit
bdb652d19d
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ fi
|
|||
|
||||
### ENVIRONMENT VARIABLES
|
||||
export MOZ_USE_XINPUT2=1
|
||||
export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in terminal
|
||||
export VISUAL="emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode
|
||||
export EDITOR="lvim" # $EDITOR use lunarvim in terminal
|
||||
export VISUAL="neovide --neovim-bin ./.local/bin/lvim" # $VISUAL use neovide for lunarvim in GUI
|
||||
export XDG_DATA_HOME="${XDG_DATA_HOME:="$HOME/.local/share"}"
|
||||
export XDG_CACHE_HOME="${XDG_CACHE_HOME:="$HOME/.cache"}"
|
||||
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:="$HOME/.config"}"
|
||||
|
|
Loading…
Reference in a new issue