Update alacritty config and .profile to support Cosmic DE
This commit is contained in:
parent
65f8d967df
commit
f462daedbb
2 changed files with 5 additions and 3 deletions
4
.profile
4
.profile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue