The originality of your design, depends on the obscurity of your source Unknown I don’t know where I originally found this, I had just come back to edit it and add a citation after updating my theme. In doing a search for this quote I only found references to it from my site. I can […]
Category Archives: tidbit
Adding to the Favourites Sidebar
Every now and then you come across a folder (or in my case, a network share) you want in your finder sidebar. Normally dragging and dropping it into place is enough, and that SHOULD work. But sometimes it doesn’t.
How to setup BASH custom prompt in Ubuntu I wanted two things: the time in my prompt a colour prompt Basics: it’s located in: ~/.bashrc uses Environment Variable: PS1 time is inserted using: \t time I started here: http://www.cyberciti.biz/tips/howto-linux-unix-bash-shell-setup-prompt.html colour http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/ PixelBeat discussion on coloured command prompts http://www.pixelbeat.org/docs/terminal_colours/ how to guid for customing the command prompt […]