This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2025-02-20 22:27:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fish-shell
/
share
History
axel
c73d165165
Make the directory history keyboard shortcuts repaint the screen. Otherwise, the prompt won't reflect the new CWD. This is needed because of the reduced amounts of repainting done since 1.22.2
...
darcs-hash:20061214182313-ac50b-a912bcc0fac6e1d78f116e19f31f1c50ffc409cb.gz
2006-12-15 04:23:13 +10:00
..
completions
Drop unneeded '--' when using set builtin in various places
2006-12-13 06:37:27 +10:00
functions
Make the directory history keyboard shortcuts repaint the screen. Otherwise, the prompt won't reflect the new CWD. This is needed because of the reduced amounts of repainting done since 1.22.2
2006-12-15 04:23:13 +10:00
config_interactive.fish.in
Do not add --help completions for builtins at init time. These completions are already present in the commmand specific completions
2006-12-14 23:12:39 +10:00
config.fish.in
Replace all internal uses of grep with sgrep, which is a wrapper around grep that strips away any GREP_OPTIONS. This is needed to avoid users who have added arbitrary switches to GREP_OPTIONS, thus changing its behaviour.
2006-11-30 00:00:04 +10:00