Changes $TERM to alacritty

main
zoomiti 3 years ago
parent 4377ee887f
commit d2069cb9e8

@ -2,7 +2,7 @@
# ~/.bash_profile # ~/.bash_profile
# #
export TERMINAL="st" export TERMINAL="alacritty"
export EDITOR="nvim" export EDITOR="nvim"
[[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.bashrc ]] && . ~/.bashrc

Loading…