diff --git a/i3/rofi/config.rasi b/i3/rofi/config.rasi index dd3277a..ac3e2d7 100644 --- a/i3/rofi/config.rasi +++ b/i3/rofi/config.rasi @@ -11,7 +11,7 @@ configuration { /* xoffset: 0;*/ /* fixed-num-lines: true;*/ show-icons: true; -/* terminal: "rofi-sensible-terminal";*/ + terminal: "alacritty"; /* ssh-client: "ssh";*/ /* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/ /* run-command: "{cmd}";*/ diff --git a/zsh/.zshrc b/zsh/.zshrc index 7f4c608..de2ee68 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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"