diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 6209dbb..903af36 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,6 +1,3 @@ -if status is-interactive - # Commands to run in interactive sessions can go here -end set -gx XDG_CONFIG_HOME /home/joe/.config set -gx XDG_DATA_HOME /home/joe/.local/share set -gx XDG_CACHE_HOME /home/joe/.cache @@ -76,12 +73,13 @@ end fish_ssh_agent # The next line updates PATH for the Google Cloud SDK. -if [ -f '/home/joe/Downloads/google-cloud-sdk/path.fish.inc' ]; . '/home/joe/Downloads/google-cloud-sdk/path.fish.inc'; end +# if [ -f '/home/joe/Downloads/google-cloud-sdk/path.fish.inc' ]; . '/home/joe/Downloads/google-cloud-sdk/path.fish.inc'; end # opam configuration -source /home/joe/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true +# source /home/joe/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true if test -e "/home/joe/Repositories/emsdk/emsdk_env.fish" source "/home/joe/Repositories/emsdk/emsdk_env.fish" set -gx EMSDK_QUIET 1 -end \ No newline at end of file +end +alias claude="/home/joe/.claude/local/claude" diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index e9c91ff..0d8d30f 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -15,7 +15,7 @@ SETUVAR WINEPREFIX:/home/joe/\x2elocal/share/wine SETUVAR XDG_CACHE_HOME:/home/joe/\x2ecache SETUVAR XDG_CONFIG_HOME:/home/joe/\x2econfig SETUVAR XDG_DATA_HOME:/home/joe/\x2elocal/share -SETUVAR __fish_initialized:3400 +SETUVAR __fish_initialized:3800 SETUVAR _fisher_ankitsumitg_2F_docker_2D_fish_2D_completions_files:/home/joe/\x2econfig/fish/completions/docker\x2efish SETUVAR _fisher_plugins:ankitsumitg/docker\x2dfish\x2dcompletions SETUVAR fish_color_autosuggestion:969896 @@ -36,7 +36,7 @@ SETUVAR fish_color_operator:00a6b2 SETUVAR fish_color_param:81a2be SETUVAR fish_color_quote:b5bd68 SETUVAR fish_color_redirection:8abeb7 -SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen