summaryrefslogtreecommitdiffstats
path: root/uninstall
AgeCommit message (Collapse)Author
2018-06-01[install] Support for XDG Base Directory Specification (#1282)Mark
Add --xdg option which makes the installer generate files under $XDG_CONFIG_HOME/fzf.
2015-03-13Refactor shell extensionsJunegunn Choi
- Use symlinks instead of generating the full content - Update fish_user_paths and remove ~/.config/fish/functions/fzf.fish - Create wrapper script for fzf when Ruby version and use it instead of exported function not to break fzf-tmux
2014-11-30bash -> env bashArseniy Seroka
2014-09-18[uninstall] Remove both patterns of source command (#97)Junegunn Choi
- `[ -f ~/.fzf.${shell} ] && source ~/.fzf.${shell}"` - `source ~/.fzf.${shell}"`
2014-09-18Check before sourcing, no longer need to removeMiles Whittaker
2014-09-14Ignore user-defined grep aliasesMiles Whittaker
2014-05-22Avoid unnecessary confirmationJunegunn Choi
2014-05-22Add linewise user confirmationJunegunn Choi
2014-05-21Update uninstall scriptJunegunn Choi
2014-05-20Some improvementsAndreas Böttger
2014-05-20uninstall scriptAndreas Böttger