This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/apps/shell/bash/autocompletions

8 lines
142 B
Plaintext
Raw Normal View History

2017-02-07 16:16:45 -06:00
#!/usr/bin/env bash
# autocompletions
complete -cf sudo
complete -cf man
2018-08-09 09:40:14 -05:00
complete -F _fzf_path_completion -o default -o bashdefault zathura