the new and improved!
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.
 
 
 
 
 
 

10 lines
176 B

if (which pwsh 2>/dev/null )
then
echo ""
# exec pwsh
else
~/.local/bin/org-tangle ~/.config/zsh/README.org &&
# chsh -s $(which zsh) &&
clear &&
exec zsh -l
fi