You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if (which pwsh >/dev/null ) |
|
then |
|
echo "" |
|
# exec pwsh |
|
export GTK_IM_MODULE=ibus |
|
export XMODIFIERS=@im=ibus |
|
export QT_IM_MODULE=ibus |
|
else |
|
~/.local/bin/org-tangle ~/.config/zsh/README.org && |
|
# chsh -s $(which zsh) && |
|
clear && |
|
exec zsh -l |
|
fi
|
|
|