diff --git a/.bashrc b/.bashrc index 7546f84..6e889e0 100644 --- a/.bashrc +++ b/.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