diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index b6b9bd9..46283f8 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,2 +1,4 @@ thefuck --alias | source source ~/.asdf/asdf.fish +set PATH ~/.fzf/bin $PATH +fzf_key_bindings diff --git a/fish/.config/fish/fishd.8c85907056c9 b/fish/.config/fish/fishd.8c85907056c9 index 7befa9e..bc52539 100644 --- a/fish/.config/fish/fishd.8c85907056c9 +++ b/fish/.config/fish/fishd.8c85907056c9 @@ -16,19 +16,7 @@ SET __fish_init_2_39_8:\x1d SET __fish_init_2_3_0:\x1d SET __tf_func:function\x20__tf_alias\x20\x2dd\x20\x22Correct\x20your\x20previous\x20console\x20command\x22\x3b\x20\x20set\x20\x2dl\x20fucked_up_command\x20\x24history\x5b1\x5d\x3b\x20\x20env\x20TF_SHELL\x3dfish\x20TF_ALIAS\x3d__tf_alias\x20PYTHONIOENCODING\x3dutf\x2d8\x20thefuck\x20\x24fucked_up_command\x20\x7c\x20read\x20\x2dl\x20unfucked_command\x3b\x20\x20if\x20\x5b\x20\x22\x24unfucked_command\x22\x20\x21\x3d\x20\x22\x22\x20\x5d\x3b\x20\x20\x20\x20eval\x20\x24unfucked_command\x3b\x20\x20\x20\x20builtin\x20history\x20delete\x20\x2d\x2dexact\x20\x2d\x2dcase\x2dsensitive\x20\x2d\x2d\x20\x24fucked_up_command\x3b\x20\x20\x20\x20builtin\x20history\x20merge\x20\x5e\x20/dev/null\x3b\x20\x20end\x3bend\x3b SET __tf_vers:The\x20Fuck\x203\x2e28\x20using\x20Python\x203\x2e7\x2e1\x20and\x20Fish\x20Shell\x202\x2e7\x2e1 -SET budspencer_colors:000000\x1e083743\x1e445659\x1efdf6e3\x1eb58900\x1ecb4b16\x1edc121f\x1eaf005f\x1e6c71c4\x1e268bd2\x1e2aa198\x1e859900 -SET budspencer_cursors:\x5c033\x5d12\x3b\x23268bd2\x5c007\x1e\x5c033\x5d12\x3b\x23b58900\x5c007\x1e\x5c033\x5d12\x3b\x23af005f\x5c007\x1e\x5c033\x5d12\x3b\x236c71c4\x5c007 -SET budspencer_day:000000\x1e333333\x1e666666\x1effffff\x1effff00\x1eff6600\x1eff0000\x1eff0033\x1e3300ff\x1e00aaff\x1e00ffff\x1e00ff00 -SET budspencer_night:000000\x1e083743\x1e445659\x1efdf6e3\x1eb58900\x1ecb4b16\x1edc121f\x1eaf005f\x1e6c71c4\x1e268bd2\x1e2aa198\x1e859900 -SET budspencer_nocmdhist:c\x1ed\x1ell\x1els\x1em\x1es -SET budspencer_pwdstyle:short\x1elong\x1enone -SET budspencer_sessions_active:\x1d -SET budspencer_sessions_active_pid:\x1d SET chain_links:chain\x2elinks\x2eroot\x1echain\x2elinks\x2ejobs\x1echain\x2elinks\x2epwd\x1echain\x2elinks\x2evcs_branch\x1echain\x2elinks\x2evcs_dirty\x1echain\x2elinks\x2evcs_stashed -SET dangerous_nocmdhist:c\x1ed\x1ell\x1els\x1em\x1es -SET dangerous_pwdstyle:short\x1elong\x1enone -SET dangerous_sessions_active:\x1d -SET dangerous_sessions_active_pid:\x1d SET fish_color_autosuggestion:555\x1ebrblack SET fish_color_cancel:\x2dr SET fish_color_command:\x2d\x2dbold @@ -56,4 +44,3 @@ SET fish_pager_color_completion:\x1d SET fish_pager_color_description:B3A06D\x1eyellow SET fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SET fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan -SET yimmy_solarized:true diff --git a/fish/.config/fish/fishd.rhea b/fish/.config/fish/fishd.rhea index 0b0e222..b01fbeb 100644 --- a/fish/.config/fish/fishd.rhea +++ b/fish/.config/fish/fishd.rhea @@ -39,3 +39,4 @@ SET fish_pager_color_completion:\x1d SET fish_pager_color_description:B3A06D\x1eyellow SET fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SET fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan +SET fish_user_paths:/home/powellc/\x2easdf/bin\x1e/home/powellc/\x2easdf/shims\x1e/home/powellc/\x2efzf/bin diff --git a/fish/.config/fish/functions/fish_user_key_bindings.fish b/fish/.config/fish/functions/fish_user_key_bindings.fish index 3698914..c53e599 100644 --- a/fish/.config/fish/functions/fish_user_key_bindings.fish +++ b/fish/.config/fish/functions/fish_user_key_bindings.fish @@ -1,2 +1,4 @@ function fish_user_key_bindings end + +fzf_key_bindings