1
0
Fork 0
Commit Graph

99 Commits (8f957c230c9c3940190ee09805c97c355088d2fb)

Author SHA1 Message Date
Robby Russell 7b8cf376d1 Revert "Enable alias completion, do not limit completion to just files"
14 years ago
Renaud (Nel) Morvan bb609fce12 Refactor DISABLE_AUTO_TITLE to be more DRY
14 years ago
Renaud (Nel) Morvan 044012b965 Command title behavior no longer depend on local zsh configuration
14 years ago
Renaud (Nel) Morvan bb8bbf33b7 Escape characters used in escape sequence to avoid triggering bugs in Apple Terminal
14 years ago
Lorrin Nelson c02b29159b Introduce DISABLE_AUTO_TITLE option
14 years ago
Robby Russell 2a8a861ac3 Revert "Re-order title/tab setting to make window titles work on OSX terminal which"
14 years ago
Robby Russell 2678ae6d8b Merge branch 'osx-terminal-title' of https://github.com/curiousstranger/oh-my-zsh into curiousstranger-osx-terminal-title
14 years ago
Matt Cable 2f6d6909b3 Re-order title/tab setting to make window titles work on OSX terminal which
14 years ago
Woody Gilk 88faaec7c9 Enable alias completion, do not limit completion to just files
14 years ago
Robby Russell 1a4a16decc Merge branch 'refactor-term' of https://github.com/nel/oh-my-zsh into nel-refactor-term
14 years ago
Robby Russell e9fee6e9ae Merge branch 'lib-git' of https://github.com/sorin-ionescu/oh-my-zsh into sorin-ionescu-lib-git
14 years ago
Robby Russell 8accedb15d Merge branch 'nicoulaj-theme' of https://github.com/nicoulaj/oh-my-zsh into nicoulaj-nicoulaj-theme
14 years ago
Sorin Ionescu ccdf259468 Added modified while newly added and type change detection to git prompt modified status.
14 years ago
Renaud (Nel) Morvan da8b3f0010 Refactor window and tab title in tty
14 years ago
Robby Russell c901f4eea3 Merge branch 'master' of https://github.com/SuprDewd/oh-my-zsh into SuprDewd-master
14 years ago
SuprDewd f26e1c327a Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
14 years ago
Robin Ramael 33bb6e797e Added an option to remove file afterwards.
14 years ago
Michael Komitee 15eadb9e4d Postponing sourcing of the theme until after local customizations
14 years ago
SuprDewd ea5c866c7e Support for more archive formats.
14 years ago
SuprDewd cd35d86fff Added a function to extract various archives.
14 years ago
Derek Prior 5f0afcdd3c Added function to mkdir and immediately change to it
14 years ago
Julien Nicoulaud c53ab8ee01 Rename appearance.zsh so that it gets loaded after spectrum.zsh.
14 years ago
gwjo 86ca51a6b7 Completion fixes
14 years ago
Sven Lito d89d3a2703 merging in changes from robby's repo
14 years ago
Robby Russell 9477f708b5 Merge branch 'title-fix' of http://github.com/philips/oh-my-zsh into philips-title-fix
14 years ago
Brandon Philips e7ddaaa2b0 functions: fix title() to not match any $TERM
14 years ago
Irakli Gozalishvili aa2f553023 Improving git plugin so it can display much more data.
14 years ago
Trevor Creech 36bc60455b Match xterm-color, the default OS X terminal
14 years ago
Robby Russell 8275b52ed8 Merge branch 'named_dirs_completion' of http://github.com/kremso/oh-my-zsh into kremso-named_dirs_completion
14 years ago
Robby Russell 38243d7988 Merge branch 'shifttab' of http://github.com/kremso/oh-my-zsh into kremso-shifttab
14 years ago
Tomas Kramar 3570f0d243 Do not complete named-directories
14 years ago
Robby Russell 1d4098bd29 Removing '.' alias as it is overwriting a bash/zsh feature. Closes #63
14 years ago
Tomas Kramar 5edeaf9e11 Make Shift+Tab move backwards in the menu
15 years ago
Martin Klepsch 0d00b8a636 Putting Git related aliases into git.zsh to have them in context.
15 years ago
Dale Campbell a8367b0df5 adding quotes to tab()
15 years ago
Robby Russell 4e57305bdd Adding a function that will open up a ticket in Lighthouse based on the number and there being a URL in a hidden file.
15 years ago
Robby Russell 23dea51b86 Adding a nocorrect for the heroku command as it was getting triggered by heroku logs.
15 years ago
To1ne c2cc4841b9 no correction on gist
15 years ago
To1ne a48f1172a6 No correction on mkdir + removed duplicate nocorrect mv
15 years ago
Toon Claes 8e3e355ce3 Revert
15 years ago
Toon Claes 0c3b9a6f88 Completion from history
15 years ago
Robby Russell 33f424134e Adding current_branch function, which can be used like: git pull origin master
15 years ago
James Rowe 0d22789e97 Don't correct hpodder commands.
15 years ago
James Rowe e10d8beba8 Don't display dotfiles or reverse sort with ll alias.
15 years ago
James Rowe f87db739c0 Ignore commands that start with a space.
15 years ago
James Rowe 4a4262343f Don't auto-correct ebuild commands.
15 years ago
Robby Russell d164123064 Moving current_branch() to git plugin
15 years ago
Robby Russell a77aceaf5e Moving some rails and osx-specific functions to their corresponding plugin files
15 years ago
Robby Russell 4381863fd2 Removing legacy completion code
15 years ago
Robby Russell 318ff007d3 Removing rake completion from lib/ as it was moved to rails plugin
15 years ago