Another post about the excellent Fish Shell, this time about how to configure it to automatically start "Screen"
Using the simple and clean fish shell language, I whipped up this little function, which will start screen, reattaching to the old session if possible, and starting a new one instead if not:
function screen_auto_attach
if [ -z "$STY" ]
exec screen -dR
end
end
Then just call it from your .config/fish/config.fish shell with “screen_auto_attach”.
I’m decided to use
Web Design From Scratch has a nice, well illustrated article on
With the resurgence of interest in hobby electronics, I thought my readers might enjoy looking at the details of a simple project I did with cheap EBay-acquired parts. This was a fairly straightforward scrolling LED ascii display.
I have a prediction for Google’s soon-to-be-released service GBuy that I haven’t read anywhere else. I think they may incidentally take out PayPal, but it will only be a pleasant (for them) side-effect of thier real goal. I just don’t think that goal is big enough for Google.
Recent Comments