Skip to content

Commit

Permalink
Merge pull request #35 from sasasin/remove_asdf
Browse files Browse the repository at this point in the history
remove asdf
  • Loading branch information
sasasin authored Apr 9, 2024
2 parents 979fc16 + ff1bde4 commit ac2cd0e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 151 deletions.
131 changes: 0 additions & 131 deletions .config/fish/completions/asdf.fish

This file was deleted.

11 changes: 0 additions & 11 deletions .config/fish/conf.d/asdf.fish

This file was deleted.

7 changes: 2 additions & 5 deletions .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ end

set -x GHQ_SELECTOR peco

source (brew --prefix)/opt/asdf/libexec/asdf.fish

set -x PATH (brew --prefix)/opt/gnu-getopt/bin $PATH

set -x PATH $HOME/.local/bin $PATH
Expand Down Expand Up @@ -40,8 +38,6 @@ balias mi "micro"
#balias pbcopy "xclip -selection c"
#balias pbpaste "xclip -selection c -o"

#source ~/.asdf/asdf.fish

if test -d (brew --prefix)"/share/fish/completions"
set -gx fish_complete_path $fish_complete_path (brew --prefix)/share/fish/completions
end
Expand All @@ -50,6 +46,7 @@ if test -d (brew --prefix)"/share/fish/vendor_completions.d"
set -gx fish_complete_path $fish_complete_path (brew --prefix)/share/fish/vendor_completions.d
end

#fzf --fish | source

# https://starship.rs/
starship init fish | source

1 change: 0 additions & 1 deletion .config/fish/fish_plugins
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ decors/fish-ghq
oh-my-fish/plugin-peco
oh-my-fish/plugin-balias
evanlucas/fish-kubectl-completions
rstacruz/fish-asdf
3 changes: 1 addition & 2 deletions .config/fish/fish_variables
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ SETUVAR _fisher_decors_2F_fish_2D_ghq_files:\x7e/\x2econfig/fish/functions/__ghq
SETUVAR _fisher_evanlucas_2F_fish_2D_kubectl_2D_completions_files:\x7e/\x2econfig/fish/completions/kubectl\x2efish
SETUVAR _fisher_oh_2D_my_2D_fish_2F_plugin_2D_balias_files:\x7e/\x2econfig/fish/functions/balias\x2efish
SETUVAR _fisher_oh_2D_my_2D_fish_2F_plugin_2D_peco_files:\x7e/\x2econfig/fish/functions/peco_kill\x2efish\x1e\x7e/\x2econfig/fish/functions/peco_select_history\x2efish
SETUVAR _fisher_plugins:decors/fish\x2dghq\x1eoh\x2dmy\x2dfish/plugin\x2dpeco\x1eoh\x2dmy\x2dfish/plugin\x2dbalias\x1eevanlucas/fish\x2dkubectl\x2dcompletions\x1erstacruz/fish\x2dasdf
SETUVAR _fisher_rstacruz_2F_fish_2D_asdf_files:\x7e/\x2econfig/fish/conf\x2ed/asdf\x2efish\x1e\x7e/\x2econfig/fish/completions/asdf\x2efish
SETUVAR _fisher_plugins:decors/fish\x2dghq\x1eoh\x2dmy\x2dfish/plugin\x2dpeco\x1eoh\x2dmy\x2dfish/plugin\x2dbalias\x1eevanlucas/fish\x2dkubectl\x2dcompletions
SETUVAR _fisher_upgraded_to_4_4:\x1d
SETUVAR fish_color_autosuggestion:555\x1ebrblack
SETUVAR fish_color_cancel:\x2dr
Expand Down
2 changes: 1 addition & 1 deletion .hyper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac2cd0e

Please sign in to comment.