- 25 Dec, 2010 1 commit
-
-
SuprDewd authored
-
- 24 Dec, 2010 1 commit
-
-
SuprDewd authored
Also an alias for the function.
-
- 03 Nov, 2010 1 commit
-
-
gwjo authored
Use /etc/hosts in addtion to $HOME/.ssh/known_hosts as the source for hostname completion Turn on completion caching to speed up certain comands When completing usernames, don't include system accounts by default
-
- 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
-
- 08 Oct, 2010 1 commit
-
-
Irakli Gozalishvili authored
-
- 01 Oct, 2010 1 commit
-
-
Trevor Creech authored
-
- 26 Sep, 2010 1 commit
-
-
Tomas Kramar authored
-
- 20 Sep, 2010 5 commits
-
-
Matt Cable authored
-
Matt Cable authored
-
Matt Cable authored
shell metacharacters.
-
Matt Cable authored
-
Matt Cable authored
-
- 24 Aug, 2010 1 commit
-
-
Robby Russell authored
-
- 05 Jun, 2010 4 commits
-
-
James Rowe authored
-
James Rowe authored
The ll alias is a very common default for bash in Linux distributions, so use that definition.
-
James Rowe authored
This is useful when you want to use a dangerous command, as it won't be available with history searching.
-
James Rowe authored
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory.
-
- 03 Jun, 2010 5 commits
-
-
Robby Russell authored
-
Robby Russell authored
-
Robby Russell authored
-
Robby Russell authored
-
Robby Russell authored
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
-
- 28 May, 2010 1 commit
-
-
Alan Harper authored
-
- 07 May, 2010 7 commits
-
-
Mike Hostetler authored
-
Dylan Clendenin authored
-
kremso authored
The key here is not using MENU_COMPLETE which autoselects the first entry, but using AUTO_MENU which displays the menu but autoselects on successive tab hit. Also, do not use zstyle menu yes because that somehow overrides the setopts.
-
Robby Russell authored
-
canthiswait authored
-
canthiswait authored
-
Andy Fowler authored
(via git status -s, benchmarked)
-
- 09 Apr, 2010 1 commit
-
-
John Reese authored
-
- 22 Mar, 2010 1 commit
-
-
Tomas Kramar authored
-
- 28 Dec, 2009 2 commits
-
-
Martin Klepsch authored
-
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.
-
- 13 Dec, 2009 1 commit
-
-
Robby Russell authored
-
- 12 Dec, 2009 1 commit
-
-
To1ne authored
-
- 10 Dec, 2009 1 commit
-
-
To1ne authored
-
- 01 Dec, 2009 1 commit
-
-
Toon Claes authored
-