- 25 Dec, 2010 1 commit
-
-
SuprDewd authored
-
- 24 Dec, 2010 1 commit
-
-
SuprDewd authored
Also an alias for the function.
-
- 09 Oct, 2010 2 commits
-
-
Sven Lito authored
-
Brandon Philips authored
On my linux virtual terminals, where TERM="linux", I was getting annoying output that was messing up my prompt. It turns out the title function was always matching on the elif statement for xterm/rxvt no matter what and the linux vt doesn't know what to do with the title special control sequence and thus was printing out garbage. Through experimentation I figured out that the || inside of the [[ ]] did not work: export TERM=linux $ if [[ $TERM =~ "^xterm" || $TERM == "rxvt" ]]; then echo $TERM; fi linux $ if [[ $TERM =~ "^xterm" ]] || [[ $TERM == "rxvt" ]]; then echo $TERM; fi Signed-off-by: Brandon Philips <brandon@ifup.org> openSUSE running zsh 4.3.10
-
- 01 Oct, 2010 1 commit
-
-
Trevor Creech authored
-
- 03 Jun, 2010 2 commits
-
-
Robby Russell authored
-
Robby Russell authored
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
-
- 28 Dec, 2009 1 commit
-
-
Dale Campbell authored
-
- 16 Dec, 2009 1 commit
-
-
Robby Russell authored
Adding a function that will open up a ticket in Lighthouse based on the number and there being a URL in a hidden file.
-
- 23 Sep, 2009 2 commits
-
-
Robby Russell authored
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
-
James Cox authored
-
- 31 Aug, 2009 5 commits
-
-
Robby Russell authored
-
Robby Russell authored
-
Robby Russell authored
-
Geoff Garside authored
-
Robby Russell authored
-
- 28 Aug, 2009 1 commit
-
-
Robby Russell authored
-