fish-shell/share/functions
axel 2ea00ce444 help --help should be same as help help
darcs-hash:20060822005230-ac50b-b82c0665cae7427c09992f51e128e33cea44b41e.gz
2006-08-22 10:52:30 +10:00
..
_.fish Don't call the type function when defining the _ function, as this will cause a recursive dependency 2006-03-17 23:23:56 +10:00
__fish_append.fish Move a few shellscript bits around 2006-02-18 12:41:45 +10:00
__fish_complete_bittorrent.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
__fish_complete_cd.fish Fix bug in completions for the cd builtin that caused missed completions when using relative search paths and CDPATH. Also move the completions function to it's own file. 2006-07-10 09:55:18 +10:00
__fish_complete_directory.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_complete_ls.fish Fix for recursive autoload loop on ls 2006-07-28 23:17:56 +10:00
__fish_complete_man.fish Fix various uses of the GNUism of allowing backslash escapes in the second half of a sed regexp substitution 2006-03-02 21:28:08 +10:00
__fish_complete_pids.fish Fix various uses of the GNUism of allowing backslash escapes in the second half of a sed regexp substitution 2006-03-02 21:28:08 +10:00
__fish_complete_ssh.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
__fish_complete_subcommand.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_complete_suffix.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_complete_tex.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
__fish_contains_opt.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_describe_command.fish Changes in quoting of backslashes lead to minor bug in awk script for munging command descriptions 2006-03-11 00:28:08 +10:00
__fish_gnu_complete.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_is_first_token.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_list_current_token.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_move_last.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_no_arguments.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_print_filesystems.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_print_function_prototypes.fish Add functiopn prototype completions for valgrind --alloc-fn 2006-02-24 23:56:18 +10:00
__fish_print_hostnames.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
__fish_print_packages.fish Use 'type -f' instead of 'which' to test for presense of command, since the latter does not set the exit status correctly on all platforms 2006-03-14 10:21:27 +10:00
__fish_seen_subcommand_from.fish Move a few shellscript bits around 2006-02-18 12:41:45 +10:00
cd.fish Update function wrapper for cd builtin, make sure a local variable is used 2006-06-17 23:11:45 +10:00
contains.fish Minor comment and documentation edits 2006-04-21 01:02:06 +10:00
delete-or-exit.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
dirh.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
dirs.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
fish_prompt.fish Do not repaint prompt on universal variable events, but add event handler for fish_color_cwd to repiant prompt on change 2006-05-11 22:26:29 +10:00
grep.fish Overhaul of the script autoloader. This should make sure that old scripts are unloaded and new scripts are loaded when the fish_function_path and fish_complete_path variables change 2006-07-13 00:22:42 +10:00
help.fish help --help should be same as help help 2006-08-22 10:52:30 +10:00
la.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
ll.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
ls.fish Avoid circular dependency in ls autoload. Second try. 2006-08-10 09:11:55 +10:00
N_.fish Add missing N_.fish file to repo 2006-05-26 22:09:06 +10:00
nextd-or-forward-word.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
nextd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
open.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
popd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
prevd-or-backward-word.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
prevd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
prompt_pwd.fish Make sure that the / is only printed once in prompt_pwd function when cwd is root 2006-07-11 08:38:48 +10:00
psub.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
pushd.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
pwd.fish Only hide /private directories in pwd function under OS X 2006-06-02 08:23:00 +10:00
setenv.fish Add setenv shellscript function for csh compatibility 2006-06-22 10:11:23 +10:00
trap.fish Redo installation file structure, move lots of things to $PREFIX/share/fish 2006-02-17 20:13:39 +10:00
type.fish Fix bug in type command causing type -f to return true even when no file was found 2006-04-11 00:32:01 +10:00
umask.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00
vared.fish Do gettext translation of descriptions just-in-time internally in fish 2006-03-02 02:53:47 +10:00