- 04 Feb, 2011 1 commit
-
-
Sorin Ionescu authored
-
- 30 Jan, 2011 1 commit
-
-
Renaud (Nel) Morvan authored
Term window title and tab title are now skinable Tab title can be different from window title (when supported by term) Default theme is optimized of usuability (no %u@%m: $~ in a 10 char tab) Cleanup code duplication and add comment for supported terms On osX it works great on iterm, and is decent once you tweak Terminal pref Tested under GNU screen, iTerm and Apple Terminal, need to be tested on linux TODO implement Konsole support (via dbus)
-
- 10 Jan, 2011 1 commit
-
-
Robin Ramael authored
-
- 09 Jan, 2011 1 commit
-
-
Michael Komitee authored
-
- 25 Dec, 2010 1 commit
-
-
SuprDewd authored
-
- 24 Dec, 2010 1 commit
-
-
SuprDewd authored
Also an alias for the function.
-
- 21 Dec, 2010 1 commit
-
-
Derek Prior authored
-
- 20 Nov, 2010 1 commit
-
-
Julien Nicoulaud authored
Allows to use 256 colors in prompt themes.
-
- 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 1 commit
-
-
Martin Klepsch authored
-