.bashrc
-
Basically the Gentoo default baschrc, but with ll aliased to ls -l. Taken from Red Hat based systems. Also, grep is aliased to use color, which I find pretty useful.
-
this is a really well .bashrc file i got from a friend. it makes everything in a shell easier to see and work with, as well as some trick aliases.
-
Aliases, few functions, colors, etc. Much help from Arch and Gentoo wikis.
-
-
a long bashrc : standard aliases like ll, la, and lots of -color and -h options, some functions like locatebin (locate -i PATTERN |grep bin), calc, and lots of aliases which include & to put the process into the background. and fortune, of course.
-
-
-
-
bashrc for my Mingw32/MSYS environment
-
-
Some Useful aliases
-
-
Commands vi and man will launch in separate screens when called inside GNU screen. You need my scr file as well.
-
mainly paseted together from other bashrc files
-
-
-
-
-
-
-
Normally lives in http://search.cpan.org/dist/Dist-Joseki/. It is totally geared towards perl hacking and works in combination with my other dotfiles.
-
Nice colored prompt
-
-
I prefer colorized output so you have to install grc to see it correctly working. Additionaly there is cw installed.
-
I try to keep this very general so I can use the same .bashrc anywhere. Another file (~/.inkyrc) is used for machine-specific settings.
-
The prompt has taken me well over two years to write, and works in Bourne shell as well as bash. One peculiarity of my path is the addition of './bin' -- any local bin/ directory will be used to search for commands.
-
Gives a prompt which shows user's group if it's different from username, with a $ that turns red if the previous command exited non-zero. Also defines some aliases, plus unique package management commands.
-
-
My .bashrc with some helper functions I like, and a few menus at login.
-
-
-
This works equally well for Fedora and Ubuntu. I especially like the Smiley and the 's' command alias.
-
-
Nothing of importance apart from the colors, to match my .Xdefaults.
The rest of the config is pretty much Arch Linux' defaults.
-
curl http://dotfiles.org/~cahenan/.bashrc >>.bashrc
-
-
-
My .bashrc I have split out files for environmental variables and aliases and functions
-
-
-
simple .bashrc
-
-
My .bashrc with some little functions and aliases and a customized bash prompt
-
Bash config file. Requires the following support files:
~mkfs/.bash_alias.rc
~mkfs/.bash_ap.rc
~mkfs/.bash_colors.rc
~mkfs/.bash_env.rc
~mkfs/.bash_fn.rc
. Provides for user modification (overwriting all previous config options) in ~/.bash_user.rc . Assumes Linux.
-
Nothing too fancy, just makes my life easier.
-
-
-
Simple .bashrc file.
-
from my macbook pro
-
-
This is my first try at this, and very much a learning experience. Mostly a grab bag of stuff I found on this site, built around the default ubuntu .bashrc. Calls my .aliases file.
NOTE: I am still trying to get bash to share history among concurrent sessions. PROMPT_COMMAND='history -a; history -n' is not doing it for me.
-
Here is my bashrc. Mostly aliases and a few other things written from people around here. Its a little customized for my mac (notice the use of mate for TextMate and applescript). I don't think there is anything strikingly new
-
Humm..
-
-
Default Arch Linux .bashrc with some twists.
-
-
A work in progress, currently suits my needs pretty well.
-
-
-
-
Fully working .bashrc without my personal configurations based on my work environment.
-
-
Most of the aliases are for Pacman and Yaourt (Arch Linux).
-