]> code.delx.au - dotfiles/history - .bash
gitconfig: added expire-prune
[dotfiles] / .bash /
2016-07-27 James Buntonbash: use screen-256color-bce
2016-07-22 James Buntonterminfo: remove custom terminfo, use xterm-256color...
2016-07-20 James Buntonemacs: make use of tty frames
2016-07-18 James Buntongitignore split into multiple files
2016-06-26 James Buntonbash: disable CTRL-s, CTRL-q
2016-06-26 James Buntonemacs/bash: improve launching, don't use emacs inside...
2016-06-26 James Buntonbash: remove obsolete environment variables
2016-06-24 James Buntonemacs: switch from vim, simplify vim config a little
2016-06-24 James Buntonbash: vimf -> editf, plus added edit which uses $EDITOR
2016-03-08 James Buntonbash: pbcopy/pbpaste
2016-03-07 James Buntonbash: history with timestamps, larger history
2016-03-07 James Buntonbash: Don't allow stdout redirection to overwrite exist...
2016-02-13 James Buntonbash: Fix umask for root
2015-10-01 James Buntonbash: ssh_unsafe
2015-09-17 James Buntonbash: alias 'ls -v' for number sorting
2015-08-13 James Buntonbash: ssh_new function
2015-04-07 James Buntonremoved vv alias
2015-01-14 James Buntonterminal title for man pages
2014-10-06 James Buntonbash: simplify startup
2014-09-30 James Buntonbash: webshare using python3
2014-06-17 James BuntonConvert tabs to spaces
2014-05-24 James Buntonbash: webshare uses python2
2014-02-27 James Buntonbash: moved print_exit_status
2014-02-27 James Buntonbash: refactored colors and moved into interactive
2014-02-27 James Buntonbash: print exit code on failure
2014-02-17 James Buntonbash: vimf function is now case insensitive
2014-02-08 James Buntonbash: ps aliases
2014-01-02 James Buntonbash: removed ld alias
2014-01-02 James Buntonbash: sudosu alias, works with nologin accounts
2014-01-01 James Buntonbash: ability to use aliases with sudo
2014-01-01 James Buntonbash: remove ssource
2014-01-01 James Buntonbash: load git-prompt.sh for Arch
2014-01-01 James Buntonbash: colourful man pages
2014-01-01 James Buntonbash: move interactive functions to interactive file
2013-05-18 James Buntonbash: set umask=0007
2013-05-18 James Buntonbash: Added EMAIL environment variable
2013-04-25 James Buntonbash: alias watch -n1
2012-09-23 James Buntonbash: be more efficient with PS1
2012-09-08 James Buntonbash: git, hg and svn info in PS1
2012-09-01 James Buntonbash: Show Git status in prompt
2012-09-01 James Buntonbash: Show git branch in prompt, split up PS1 to make...
2012-09-01 James Buntonbash: Non-color prompt is very basic
2012-09-01 James Buntonbash: Added is_function()
2012-09-01 James Buntonbash: slowshell function
2012-07-07 James Buntonvncviewer alias
2010-10-26 James BuntonFixed dumb bug
2010-09-24 James BuntonAdded new useful aliases
2010-09-24 James BuntonCannot source bash_completion from within a function
2010-09-24 James BuntonAdded vimf
2009-03-06 James BuntonBash: Ignore svn files by default when using grep
2008-09-30 James BuntonBash: New and awesome aliases
2008-07-16 James Buntonbash: Better colour handling
2008-07-01 James BuntonBash: Only process TMPDIR if it is set
2008-06-04 James BuntonRemoved space in xterm title display
2008-06-04 James BuntonRemoved unneccesary \!
2008-06-03 James BuntonBash uses terminfo to set the status line (xterm titlebar)
2008-06-03 James BuntonIf TERM is unknown to terminfo then use TERM=xterm...
2008-05-14 James BuntonBash: export LSCOLORS
2008-05-14 James BuntonBash: Resolve symbolic links in $TMPDIR
2008-04-12 James BuntonBash: Show xterm titlebar in screen, nicer PROMPT_COMMAND
2008-04-10 James BuntonOSX ls colours
2008-04-10 James BuntonBash: Force colours on for dircolors call
2008-04-01 James BuntonTwo line bash prompt, like Steve's
2008-03-24 James Bunton/etc/debian_chroot is put in the prompt
2008-03-02 James BuntonBash improvements
2007-12-20 James BuntonUse nicer function syntax
2007-11-21 James BuntonColoured grep and bash completion
2007-11-07 James BuntonUse darkterm colours by default to save effort for...
2007-10-23 James BuntonBetter colour detection
2007-10-16 James BuntonDisabled stty setting
2007-10-16 James BuntonFixed screen magic to be better
2007-10-16 James BuntonDisabled stty \b
2007-10-12 James BuntonMore backspace fixes
2007-10-04 James BuntonFixed bash colors
2007-10-03 James BuntonSet screen window titles automatically
2007-10-03 James BuntonBetter bash colour detection code.
2007-09-26 James BuntonFixed backspace key properly
2007-07-19 James BuntonChanged $VAR into "${VAR}" in a few places.
2007-07-19 James BuntonFixed darkterm and lightterm so they change COLORFGBG
2007-07-08 James BuntonFixed errors on systems without dircolors and with...
2007-07-08 James BuntonRemoved unneeded .ssh/environment
2007-07-08 James BuntonUse dircolors instead of our own around LS_COLORS
2007-07-08 James BuntonReworked bash init scripts.