Please bear with us as we work to restore functionality to dotfiles.org.
vicho
-
.bash_aliases
I have a psgrep function, which is a short form of "ps -o pid,args | grep myprogram".
Also, there is the typical "ll" alias and some aliases for wodim.
-
.bashrc
I like to display the whole working directory in my prompt, but sometimes that gets too big. So, the my prompt displays the whole working directory if that doesn't exceed half the window size, otherwise, it removes some characters in the middle of the pwd string (I believe the topmost and bottommost directories are important to know where you are). The prompt also colours the host if we are in a ssh session and displays in red the exit status of the last command if it failed. I'd like to improve this to handle signals, so if the last command was killed by signal INT, the prompt should display INT instead of 130.
My aliases are in .bash_aliases .
-
.screenrc
A basic status line which hilights the current window in blue. Ripped from the manpage, I believe.
Also, I have some shortcuts to launch apitude and irssi.
-
.vimrc