diff --git a/dot_config/private_fish/completions/.keep b/dot_config/private_fish/completions/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/dot_config/private_fish/completions/fisher.fish b/dot_config/private_fish/completions/fisher.fish deleted file mode 100644 index 6d23ce4..0000000 --- a/dot_config/private_fish/completions/fisher.fish +++ /dev/null @@ -1,7 +0,0 @@ -complete --command fisher --exclusive --long help --description "Print help" -complete --command fisher --exclusive --long version --description "Print version" -complete --command fisher --exclusive --condition __fish_use_subcommand --arguments install --description "Install plugins" -complete --command fisher --exclusive --condition __fish_use_subcommand --arguments update --description "Update installed plugins" -complete --command fisher --exclusive --condition __fish_use_subcommand --arguments remove --description "Remove installed plugins" -complete --command fisher --exclusive --condition __fish_use_subcommand --arguments list --description "List installed plugins matching regex" -complete --command fisher --exclusive --condition "__fish_seen_subcommand_from update remove" --arguments "(fisher list)" diff --git a/dot_config/private_fish/conf.d/.keep b/dot_config/private_fish/conf.d/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/dot_config/private_fish/conf.d/autopair.fish b/dot_config/private_fish/conf.d/autopair.fish deleted file mode 100644 index abb4bf3..0000000 --- a/dot_config/private_fish/conf.d/autopair.fish +++ /dev/null @@ -1,39 +0,0 @@ -status is-interactive || exit - -set --global autopair_left "(" "[" "{" '"' "'" -set --global autopair_right ")" "]" "}" '"' "'" -set --global autopair_pairs "()" "[]" "{}" '""' "''" - -function _autopair_fish_key_bindings --on-variable fish_key_bindings - set --query fish_key_bindings[1] || return - - test $fish_key_bindings = fish_default_key_bindings && - set --local mode default insert || - set --local mode insert default - - bind --mode $mode[-1] --erase \177 \b \t - - bind --mode $mode[1] \177 _autopair_backspace # macOS ⌫ - bind --mode $mode[1] \b _autopair_backspace - bind --mode $mode[1] \t _autopair_tab - - printf "%s\n" $autopair_pairs | while read --local left right --delimiter "" - bind --mode $mode[-1] --erase $left $right - if test $left = $right - bind --mode $mode[1] $left "_autopair_insert_same \\$left" - else - bind --mode $mode[1] $left "_autopair_insert_left \\$left \\$right" - bind --mode $mode[1] $right "_autopair_insert_right \\$right" - end - end -end - -_autopair_fish_key_bindings - -function _autopair_uninstall --on-event autopair_uninstall - string collect ( - bind --all | string replace --filter --regex -- "_autopair.*" --erase - set --names | string replace --filter --regex -- "^autopair" "set --erase autopair" - ) | source - functions --erase (functions --all | string match "_autopair_*") -end diff --git a/dot_config/private_fish/conf.d/done.fish b/dot_config/private_fish/conf.d/done.fish deleted file mode 100644 index b1a989b..0000000 --- a/dot_config/private_fish/conf.d/done.fish +++ /dev/null @@ -1,300 +0,0 @@ -# MIT License - -# Copyright (c) 2016 Francisco Lourenço & Daniel Wehner - -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -if not status is-interactive - exit -end - -set -g __done_version 1.16.5 - -function __done_run_powershell_script - set -l powershell_exe (command --search "powershell.exe") - - if test $status -ne 0 - and command --search wslvar - - set -l powershell_exe (wslpath (wslvar windir)/System32/WindowsPowerShell/v1.0/powershell.exe) - end - - if string length --quiet "$powershell_exe" - and test -x "$powershell_exe" - - set cmd (string escape $argv) - - eval "$powershell_exe -Command $cmd" - end -end - -function __done_windows_notification -a title -a message - if test "$__done_notify_sound" -eq 1 - set soundopt "