Update alacritty config and .profile to support Cosmic DE

This commit is contained in:
Daniel McKnight 2025-10-04 21:35:02 -07:00
parent 65f8d967df
commit f462daedbb
2 changed files with 5 additions and 3 deletions

View file

@ -38,5 +38,7 @@ if [ $(which nvim) ]; then
fi
# Set zsh as the default shell if available
[ -e /bin/zsh ] && export SHELL=/bin/zsh
if [ $(which zsh) ]; then
export SHELL=$(which zsh)
fi