index
:
dotfiles
main
my personal config files
matt@xcolour.net
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zsh
Age
Commit message (
Expand
)
Author
2021-02-06
big refactor to use XDG base dir spec
Matt Singleton
2021-02-04
recognize alacritty as a terminal that supports setting the title and fall ba...
Matt Singleton
2020-09-16
fix typo
Matt Singleton
2020-09-15
fix bug in hr function
Matt Singleton
2020-09-15
clean up some prompt cruft
Matt Singleton
2020-09-15
GREP_OPTIONS deprecated
Matt Singleton
2018-09-07
assume that the version of ls we want to use is already in the search path (i...
Matt Singleton
2015-04-21
case insensitive search in less
Matt Singleton
2014-05-18
different locations for virtualenv wrapper init script
Matt Singleton
2014-02-16
reorder hr colors and use background colors and spaces
Matt Singleton
2014-02-10
proper linebrakes in 'hr' function
Matt Singleton
2014-02-10
colorful horizontal separator
Matt Singleton
2014-02-10
safer term title formatting
Matt Singleton
2014-02-08
don't complete as aggressively
Matt Singleton
2014-02-08
clearer ls colors
Matt Singleton
2014-02-08
clean up custom zsh completion rules
Matt Singleton
2014-02-08
better prompt repo and env display
Matt Singleton
2014-02-08
faster virtualenvwrapper initialization
Matt Singleton
2013-10-15
consolidate term config, don't rename tmux panes based on commands
Matt Singleton
2013-10-10
only source virtualenvwrapper if it exists
Matt Singleton
2013-06-15
no zsh autocomplete
Matt Singleton
2013-03-18
virtualenvwrapper stuff
Matt Singleton
2012-01-25
use the right dircolors on linux
Matt Singleton
2011-12-19
actually use the dircolors conf file
Matt Singleton
2011-06-13
drop multihardlinks since there's a version incompatability
Matt Singleton
2011-06-10
override the host prompt format for more details
Matt Singleton
2011-05-17
completion picks up additions to PATH
Matt Singleton
2011-04-02
better ls colors and always use gnu ls if it's installed
Matt Singleton
2011-03-31
make ls colors platform independent
Matt Singleton
2011-03-22
fix up the syntax
Matt Singleton
2011-03-22
use the nifty zsh inline conditional (since the old way spontaneously stopped...
Matt Singleton
2011-03-15
make non-local hosts obvious and show a special character for python virtualenv
Matt Singleton
2011-03-11
just changing some comments
Matt Singleton
2011-03-02
commenting
Matt Singleton
2011-02-22
fixed a little typo
Matt Singleton
2011-02-19
cleaning up keybindings
Matt Singleton
2011-02-19
consolidating behavior to behavior.zsh
Matt Singleton
2011-02-19
optimize history rules
Matt Singleton
2011-02-18
setting less standout color
Matt Singleton
2011-02-18
moving git and svn modules into appearance since it's all prompt related now
Matt Singleton
2011-02-18
fixing svn module
Matt Singleton
2011-02-18
removing unused git functions
Matt Singleton
2011-02-18
removing dependency on oh-my-zsh
Matt Singleton