rofi: change terminal to alacritty

This commit is contained in:
2023-01-31 19:48:57 +01:00
parent 06293fe85e
commit 3095fe05b2
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ PERL_LOCAL_LIB_ROOT="/home/julian/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_
PERL_MB_OPT="--install_base \"/home/julian/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/home/julian/perl5"; export PERL_MM_OPT;
export TERMINAL="alacritty"
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"