Added $TERMINAL environment variable.
This commit is contained in:
parent
7e40c142e3
commit
0734220510
3
.bashrc
3
.bashrc
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
#[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
@ -14,6 +14,7 @@ set -o vi
|
||||
# default editor
|
||||
export EDITOR=nvim
|
||||
export VISUAL=nvim
|
||||
export TERMINAL=alacritty
|
||||
|
||||
# for java applicatons
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
Loading…
Reference in New Issue
Block a user