- 29 Nov, 2015 1 commit
-
-
Marc Cornellà authored
There a syntax error if $cmd_var contains more than one word, so we drop the current way to prepend nohup and use a simpler if-else form.
-
- 27 Nov, 2015 2 commits
-
-
Andrew Janke authored
-
Marc Cornellà authored
Apparently `nohup` is not needed in OSX, and using it has the side that it may break under tmux with the error nohup: can't detach from console: No such file or directory For now, this commit only drops the use of `nohup` in OSX. But it *may* not be necessary under other similar platforms.
-
- 18 Aug, 2015 1 commit
-
-
Andrew Janke authored
-
- 09 Aug, 2015 1 commit
-
-
Andrew Janke authored
-
- 04 Aug, 2015 1 commit
-
-
Marc Cornellà authored
For now this supports: - Mac OS X - Linux (presumably works on all versions) - Cygwin (Windows)
-
- 20 Aug, 2014 1 commit
-
-
Fredrik Fornwall authored
Some environments (such as Android) does not have /usr/bin.
-
- 06 Feb, 2014 1 commit
-
-
Huang, Tao authored
$HIST_STAMP breaks zsh_stats. see #2501
-
- 14 Nov, 2012 1 commit
-
-
CHH authored
1 1124 24.6006% c 2 985 21.5583% git 3 343 7.50711% rails 4 328 7.17881% cd 5 314 6.8724% rspec 6 257 5.62486% la 7 197 4.31167% rake 8 154 3.37054% s 9 109 2.38564% .. 10 95 2.07923% rvm 11 68 1.48829% guard 12 36 0.787919% bundle 13 29 0.634712% ssh 14 28 0.612826% pry 15 27 0.590939% open 16 26 0.569052% middleman 17 26 0.569052% gem 18 24 0.525279% rm 19 24 0.525279% heroku 20 23 0.503392% nvm
-
- 28 May, 2012 2 commits
- 25 Dec, 2011 1 commit
-
-
Indrajit Raychaudhuri authored
-
- 02 Jun, 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)
-
- 24 Jan, 2011 1 commit
-
-
Lorenzo Manacorda authored
-
- 10 Jan, 2011 1 commit
-
-
Robin Ramael authored
-
- 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
-