aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use magic-space expansion for !histTom Ryder2015-06-062-2/+2
|
* No repeats for N/P; more trouble than it's worthTom Ryder2015-06-061-5/+0
|
* Missing word as possible completionTom Ryder2015-06-051-1/+1
|
* Thorough completion for pathTom Ryder2015-06-051-1/+45
|
* Don't print empty line for empty PATHTom Ryder2015-06-051-1/+3
|
* Don't allow dirs with : in nameTom Ryder2015-06-051-0/+10
| | | | | | | <http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03> "Since <colon> is a separator in this context, directory names that might be used in PATH should not include a <colon> character."
* Remove redundant arg checkTom Ryder2015-06-051-2/+2
|
* Couple of minor tweaks to path()Tom Ryder2015-06-052-2/+2
|
* Add path() functionTom Ryder2015-06-052-0/+159
|
* Workaround to give han(1) help pages better namesTom Ryder2015-06-041-4/+6
|
* No real need to use use test over [...]Tom Ryder2015-06-043-4/+4
|
* Use consistent [[ syntaxTom Ryder2015-06-047-13/+13
| | | | Explicit -n, ! within [[
* Correct argument test in bd() and prompt()Tom Ryder2015-06-042-2/+2
|
* Support -p option to varedTom Ryder2015-06-041-1/+16
|
* COLORFGBG tooTom Ryder2015-06-041-1/+2
|
* Unset COLORTERM inside tmuxTom Ryder2015-06-041-1/+3
|
* Add a few missing Bash keywordsTom Ryder2015-06-041-0/+3
|
* Update pluginsTom Ryder2015-06-042-0/+0
|
* Move syntax rules from sahara.vim to .vim/afterTom Ryder2015-06-042-0/+7
|
* Remove unneeded quotingTom Ryder2015-06-042-2/+2
|
* Handle empty pass(1) completes betterTom Ryder2015-06-041-4/+4
|
* Add vared function for editing varsTom Ryder2015-06-031-0/+19
|
* Handle empty password dirsTom Ryder2015-06-021-2/+3
|
* Better variable nameTom Ryder2015-05-312-4/+4
|
* Use name of binary for GnuPG funcsTom Ryder2015-05-311-0/+0
|
* Remove unneeded command prefixesTom Ryder2015-05-311-3/+3
|
* Avoid condition definition of functionsTom Ryder2015-05-313-32/+41
|
* Consistent color count methodTom Ryder2015-05-312-3/+7
|
* Force integer type on color checkTom Ryder2015-05-311-1/+1
|
* Translate remaining aliases to functionsTom Ryder2015-05-317-18/+34
|
* Use temp var for $* testsTom Ryder2015-05-312-2/+4
| | | | | To shut shellcheck up (SC2048 falsely flagged in contexts where $* not subject to whitespace problems, as is the case here)
* Don't clobber $_ (changed my mind)Tom Ryder2015-05-312-4/+6
|
* Safer version number testTom Ryder2015-05-301-1/+1
|
* Overhaul grep(1) and ls(1) options and wrappersTom Ryder2015-05-304-72/+80
|
* Remove a few notes about ~/.profileTom Ryder2015-05-301-4/+3
| | | | zsh doesn't source ~/.profile by default :(
* Ignore tput(1) stderrTom Ryder2015-05-302-2/+2
|
* Align multiline if conditionsTom Ryder2015-05-293-11/+11
|
* A few safety fixes to pass completionTom Ryder2015-05-291-5/+12
|
* Use custom function for pass(1) completionTom Ryder2015-05-291-46/+30
|
* Just found rem(1), don't need this nowTom Ryder2015-05-292-6/+1
|
* Exit with 2 on usage errors like Bash builtinsTom Ryder2015-05-295-6/+6
|
* Add missing error exit conditions to vr()Tom Ryder2015-05-291-3/+3
|
* Add ud() function as cd ../../../.. shortcutTom Ryder2015-05-292-0/+42
|
* Sort .gitmodulesTom Ryder2015-05-281-21/+21
|
* Remove unused and under-used pluginsTom Ryder2015-05-287-18/+0
| | | | | | | | | | | | | | | Argumentative - never used in production even once CtrlP - used to use, haven't touched in months Exchange - never used in production even once Twig - only needed on one server to edit someone else's code Undotree - used only once for something that should have been in Git anyway Vimperator - almost never used
* Missing = sign in version commentTom Ryder2015-05-271-1/+1
|
* Add missing globs for version testsTom Ryder2015-05-273-8/+8
|
* Correct typo in version numberTom Ryder2015-05-271-1/+1
|
* Work around shopt checkjobs bug with Bash 4.0Tom Ryder2015-05-271-2/+7
| | | | <https://lists.gnu.org/archive/html/bug-bash/2009-02/msg00176.html>
* Attempt to read .bashrc on existenceTom Ryder2015-05-271-1/+1
| | | | So that an error is thrown if we can't read it, which isn't normal