[C] Change default terminal to wezterm
This commit is contained in:
parent
d784c06950
commit
e21d526f1e
2 changed files with 2 additions and 2 deletions
|
@ -381,7 +381,7 @@ cp /opt/${repo}/arch-install.sh /usr/bin/arch-install
|
||||||
chmod 755 /usr/bin/arch-install
|
chmod 755 /usr/bin/arch-install
|
||||||
|
|
||||||
if ! grep 'TERMINAL' /etc/environment; then
|
if ! grep 'TERMINAL' /etc/environment; then
|
||||||
echo "TERMINAL=alacritty" >> /etc/environment
|
echo "TERMINAL=wezterm" >> /etc/environment
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! grep 'EDITOR' /etc/environment; then
|
if ! grep 'EDITOR' /etc/environment; then
|
||||||
|
|
|
@ -97,7 +97,7 @@ gstreamer
|
||||||
keychain
|
keychain
|
||||||
starship
|
starship
|
||||||
cups hplip
|
cups hplip
|
||||||
alacritty
|
wezterm
|
||||||
arc-gtk-theme
|
arc-gtk-theme
|
||||||
arc-icon-theme
|
arc-icon-theme
|
||||||
arc-solid-gtk-theme
|
arc-solid-gtk-theme
|
||||||
|
|
Loading…
Reference in a new issue