fish: I don't know
This commit is contained in:
parent
508bdeb553
commit
eebfbdf622
@ -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_CONFIG_HOME /home/joe/.config
|
||||||
set -gx XDG_DATA_HOME /home/joe/.local/share
|
set -gx XDG_DATA_HOME /home/joe/.local/share
|
||||||
set -gx XDG_CACHE_HOME /home/joe/.cache
|
set -gx XDG_CACHE_HOME /home/joe/.cache
|
||||||
@ -76,12 +73,13 @@ end
|
|||||||
|
|
||||||
fish_ssh_agent
|
fish_ssh_agent
|
||||||
# The next line updates PATH for the Google Cloud SDK.
|
# 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
|
# 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"
|
if test -e "/home/joe/Repositories/emsdk/emsdk_env.fish"
|
||||||
source "/home/joe/Repositories/emsdk/emsdk_env.fish"
|
source "/home/joe/Repositories/emsdk/emsdk_env.fish"
|
||||||
set -gx EMSDK_QUIET 1
|
set -gx EMSDK_QUIET 1
|
||||||
end
|
end
|
||||||
|
alias claude="/home/joe/.claude/local/claude"
|
||||||
|
|||||||
@ -15,7 +15,7 @@ SETUVAR WINEPREFIX:/home/joe/\x2elocal/share/wine
|
|||||||
SETUVAR XDG_CACHE_HOME:/home/joe/\x2ecache
|
SETUVAR XDG_CACHE_HOME:/home/joe/\x2ecache
|
||||||
SETUVAR XDG_CONFIG_HOME:/home/joe/\x2econfig
|
SETUVAR XDG_CONFIG_HOME:/home/joe/\x2econfig
|
||||||
SETUVAR XDG_DATA_HOME:/home/joe/\x2elocal/share
|
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_ankitsumitg_2F_docker_2D_fish_2D_completions_files:/home/joe/\x2econfig/fish/completions/docker\x2efish
|
||||||
SETUVAR _fisher_plugins:ankitsumitg/docker\x2dfish\x2dcompletions
|
SETUVAR _fisher_plugins:ankitsumitg/docker\x2dfish\x2dcompletions
|
||||||
SETUVAR fish_color_autosuggestion:969896
|
SETUVAR fish_color_autosuggestion:969896
|
||||||
@ -36,7 +36,7 @@ SETUVAR fish_color_operator:00a6b2
|
|||||||
SETUVAR fish_color_param:81a2be
|
SETUVAR fish_color_param:81a2be
|
||||||
SETUVAR fish_color_quote:b5bd68
|
SETUVAR fish_color_quote:b5bd68
|
||||||
SETUVAR fish_color_redirection:8abeb7
|
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_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
|
||||||
SETUVAR fish_color_status:red
|
SETUVAR fish_color_status:red
|
||||||
SETUVAR fish_color_user:brgreen
|
SETUVAR fish_color_user:brgreen
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user