aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Collapse)AuthorAge
* Add missing newline in error message for popd function. Thanks to Phipip ↵Gravatar axel2006-10-05
| | | | | | Ganchev. darcs-hash:20061005064419-ac50b-4770f393ea02761a5f4b4044b456d1b618d6da23.gz
* Fix bug causing ls function to never color or classify filesGravatar axel2006-10-05
| | | | darcs-hash:20061004235530-ac50b-815b8576b4d845c4d5929e034177c917fc050cae.gz
* Add the possibility to set the cursor position using the commandline builtinGravatar axel2006-10-05
| | | | darcs-hash:20061004213948-ac50b-3f673edeb01390bb3f280812d90bc8469f2f8ba8.gz
* Use universal variables for fish_function_path and fish_complete_pathGravatar axel2006-10-05
| | | | darcs-hash:20061004175519-ac50b-2e9dabc9ce1c21ebfcba020db8a8d84ef48433e9.gz
* Fix bug in the setenv function (values wheren't exported!), thanks to Matrin ↵Gravatar axel2006-09-29
| | | | | | Bähr for the report. darcs-hash:20060928165405-ac50b-5ada00cfc08805677e1932c800ee79d68e35a68b.gz
* Unly use classifications in ls if stdout is a ttyGravatar axel2006-09-20
| | | | darcs-hash:20060919165317-ac50b-c7923c7f5900ecc9814756743e6b0345efa382c5.gz
* Add completions for the wpa_cli commandGravatar axel2006-09-19
| | | | darcs-hash:20060918222913-ac50b-9aeac9d1a5ecb4b6915625b07133b66ebab0b2bd.gz
* Make sude completions include /sbin and /usr/sbin in PATH. Thanks to Xavier ↵Gravatar axel2006-09-14
| | | | | | Douville for the suggestion. darcs-hash:20060913171310-ac50b-a9e30533bc634f194f73fdee1e042d407f55fcac.gz
* Fix bug in __fish_complete_subcommand, reported by Xavier DouvilleGravatar axel2006-09-13
| | | | darcs-hash:20060912231409-ac50b-c573d798d9d1abc197fcf50f3b52df2e44e1f70e.gz
* Add completions for xpdf and xmms, written by Vikas GorurGravatar axel2006-09-12
| | | | darcs-hash:20060911141848-ac50b-a541eafba3f0155b207963633262229330c01bea.gz
* Fix syntax bug caused by new cmdsubs slicing feature. Thanks to Martin Bähr ↵Gravatar axel2006-09-08
| | | | | | for the report. darcs-hash:20060907201145-ac50b-8315f1c207883bfbe56db2ec8b3a8b3635e8dc84.gz
* Fix warning when help function is called with no argumentsGravatar axel2006-09-05
| | | | darcs-hash:20060904201612-ac50b-63b83a589735021a6afd6be193500b549e3b25dd.gz
* Add math shellscript function, which is a thin wrapper around bcGravatar axel2006-09-05
| | | | darcs-hash:20060904160023-ac50b-0d784182ca3930b0987d4338655b8717237e842c.gz
* Fix minor null pointer bug in the set builtin, fix bug causing the -n switch ↵Gravatar axel2006-09-01
| | | | | | to be ignored, add missing completions for the -n switch to functions and set builtins, and touch up the documentation for said builtin a bit darcs-hash:20060831154400-ac50b-dddbee79481e0e0a8da9fc025e8a15c466460a2f.gz
* Don't turn of file completion in svn completions if given an unknown subcommandGravatar axel2006-08-28
| | | | darcs-hash:20060827144853-ac50b-d09576fd6984eb18b06e0e7b1d8a88aa7b9d1df4.gz
* Minor bugfix for the completions for the complete builtinGravatar axel2006-08-26
| | | | darcs-hash:20060825154545-ac50b-eaa8b210ddc6fb6a089deb5c2b19723bd92228f3.gz
* Add minor new completion for make commandGravatar axel2006-08-26
| | | | darcs-hash:20060825154516-ac50b-80284df4f7dd6cd332f2b21f5c9bdc359cc00eca.gz
* help --help should be same as help helpGravatar axel2006-08-22
| | | | darcs-hash:20060822005230-ac50b-b82c0665cae7427c09992f51e128e33cea44b41e.gz
* Add a message to stdout in the help function describing where the help went ↵Gravatar axel2006-08-15
| | | | | | if help opens an external browser window darcs-hash:20060814181135-ac50b-6d9b05b714bc9576c260e87b5706e7d94dd73e39.gz
* Remove Solaris circular dependency in init file. Thanks to Netocrat.Gravatar axel2006-08-11
| | | | darcs-hash:20060810193338-ac50b-2f1f68170610e1669fc20298fcce50a920c3f38f.gz
* Avoid circular dependency in ls autoload. Second try.Gravatar axel2006-08-10
| | | | darcs-hash:20060809231155-ac50b-52b1b1609307fb05d3d8f32c972b0a22476a1da8.gz
* The xpg4-path was mistyped. Fix it.Gravatar axel2006-08-01
| | | | darcs-hash:20060801005736-ac50b-ef8389777e012f9f0b6edcb3df3d638158f87373.gz
* Fix minor nit in commentGravatar axel2006-08-01
| | | | darcs-hash:20060801005246-ac50b-56cb6d2245ce81d16807028749495b8e5a86cc3c.gz
* Make calls to grep Posix compliantGravatar axel2006-07-31
| | | | darcs-hash:20060731003354-ac50b-5916d6d862fe8b4f31b64840296d24615b52d175.gz
* Make PATH validation only run for interactive shells to avoid infinite loopGravatar axel2006-07-31
| | | | darcs-hash:20060731003311-ac50b-da0b49830e5a9042fbe7952a63ced2c86b8978fe.gz
* Add Solaris xpg4 PATH testGravatar axel2006-07-31
| | | | darcs-hash:20060731003111-ac50b-d8945adca50bbe9e86041835ed52a88e09f65701.gz
* Fix for recursive autoload loop on lsGravatar axel2006-07-28
| | | | darcs-hash:20060728131756-ac50b-034430a6a44bec83419438fc1be0c0e603eaad2d.gz
* Add missing Substitutions of prefix and optbindirs variables in share/fish.inGravatar axel2006-07-24
| | | | darcs-hash:20060723170402-ac50b-551cff33ca0e831505b5891fada0a017c3ea1370.gz
* Fix temporarily broken fish_function_path during startupGravatar axel2006-07-20
| | | | darcs-hash:20060719224433-ac50b-d7b4480d694cb8f71ecee75e21c7530700d3c609.gz
* Initialize etc/fish and share/fish from the Makefile, not automatically by ↵Gravatar axel2006-07-19
| | | | | | Autoconf. That way we get correct expansion of ${prefix} and friends to their install-time value. This fixes a bug reported by James Vega. darcs-hash:20060718164155-ac50b-8ec6c63d9c4e52db2c1884fcffeab78333367773.gz
* Add -q/--query switch to the functions builtin. Works just like the same ↵Gravatar axel2006-07-13
| | | | | | switch to set does. Useful for checking for the existance of functions in a script darcs-hash:20060712174655-ac50b-14a98a15751bb5ddddf4ffb41521b616bef5e40c.gz
* Overhaul of the script autoloader. This should make sure that old scripts ↵Gravatar axel2006-07-13
| | | | | | are unloaded and new scripts are loaded when the fish_function_path and fish_complete_path variables change darcs-hash:20060712142242-ac50b-3966a0e96a32facc8bc1164d6d0837fc551e4733.gz
* Minor code tweaks: A few extra input validations, spelling corrections, etcGravatar axel2006-07-11
| | | | darcs-hash:20060710223956-ac50b-22d3b2adf570872564abf7ab68bb223d0c4a5308.gz
* Make sure that the / is only printed once in prompt_pwd function when cwd is ↵Gravatar axel2006-07-11
| | | | | | root darcs-hash:20060710223848-ac50b-ddb52c414fd8b08bd7c515c99cc4e05a3c479c7d.gz
* Fix bug in completions for the cd builtin that caused missed completions ↵Gravatar axel2006-07-10
| | | | | | when using relative search paths and CDPATH. Also move the completions function to it's own file. darcs-hash:20060709235518-ac50b-36c59205edbecd5c8967d8784fd43e46729c3cdc.gz
* Fix use of hardcoded path in completions for the help completions causing ↵Gravatar axel2006-07-10
| | | | | | missing completions and warnings darcs-hash:20060709233249-ac50b-9dfb4a708a8ecb3ae2e1882a0a5146aed6286d37.gz
* Add setenv shellscript function for csh compatibilityGravatar axel2006-06-22
| | | | darcs-hash:20060622001123-ac50b-22e783ec5f77120a6960f28d735893d58e1a7db4.gz
* Update function wrapper for cd builtin, make sure a local variable is usedGravatar axel2006-06-17
| | | | darcs-hash:20060617131145-ac50b-1cef97b5e774713f659962b7e33f889be3081a3d.gz
* Fix a bug in the function wrapper around the 'cd' builtin that caused cd to ↵Gravatar axel2006-06-17
| | | | | | sometimes return with a non-zero exit status even though the command did not fail darcs-hash:20060616151848-ac50b-001698980eca6fadf9e470d829a532c305c84e38.gz
* Update the set_color command: Add underline support, make the command a bit ↵Gravatar axel2006-06-15
| | | | | | more rubust to missing ferminal features, and update documentation and completions darcs-hash:20060615134915-ac50b-de1092e56490bbf1c58cc3422c239a2997645b6b.gz
* Fix bug in help builtin that caused fish to show index page instead of ↵Gravatar axel2006-06-14
| | | | | | command-specific help darcs-hash:20060613152224-ac50b-d1841f7069e4fee2c569fb0ee079efd3cfe7de8a.gz
* Add completions for the which commandGravatar axel2006-06-14
| | | | darcs-hash:20060613144807-ac50b-a0819777ec904700e644508a3b97e98f8c2acaee.gz
* Minor addition for completions to the patch commandGravatar axel2006-06-13
| | | | darcs-hash:20060612203328-ac50b-e06d8dd7f9325cc06f59f6386eaedb181f1bd881.gz
* Remove period from end of completion descriptions for telnet commandGravatar axel2006-06-08
| | | | darcs-hash:20060607233312-ac50b-cb10498f174b72fb53d7e47ab93fcd8af72676c9.gz
* Minor spelling fixesGravatar axel2006-06-04
| | | | darcs-hash:20060603223228-ac50b-b4f7b190baf3c41bf23c224f5d68e8888dd4eaed.gz
* Only hide /private directories in pwd function under OS XGravatar axel2006-06-02
| | | | darcs-hash:20060601222300-ac50b-b08a9425d33cf41d60aa0a42edffa32f521fc2a3.gz
* Add completions for 'cp'.Gravatar axel2006-06-02
| | | | darcs-hash:20060601221808-ac50b-f9f8d90f6e53fe6bc41d124b00ded09c4979af6d.gz
* Minor change to the strings to a printf comman, since it seems to work ↵Gravatar axel2006-05-30
| | | | | | differently under different platforms darcs-hash:20060530091417-ac50b-4eead9f39433b54ab66dea1c336b533689d85c46.gz
* Slightly updated fusermount completions - Thanks to Sean HigginsGravatar axel2006-05-29
| | | | darcs-hash:20060529135227-ac50b-ffce282fc850a895da75f64cd8a151277f42a937.gz
* Check documentation for listing of external commands instead of relying on ↵Gravatar axel2006-05-29
| | | | | | out of date static lists in various places darcs-hash:20060529133239-ac50b-48392cfa1e5817ed8df452f0632658af7fe47a28.gz