From 62fd5f8800d9ebcb6c5778865feae0ce0b2a3f17 Mon Sep 17 00:00:00 2001 From: tiago Date: Sun, 22 Sep 2024 19:29:01 +0100 Subject: [PATCH 1/2] add android related paths --- .config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index d6d4eaa..eca0a43 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -13,6 +13,7 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" export GOPATH="$XDG_DATA_HOME/go" +export ANDROID_HOME="/home/tsousa/Android/Sdk/" export MANPAGER="sh -c 'col -bx | bat -l man -p'" export MANROFFOPT="-c" @@ -33,6 +34,9 @@ fish_add_path $HOME/.local/share/nvim/mason/bin/ fish_add_path $HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin fish_add_path $HOME/.cargo/bin/ fish_add_path $HOME/.config/emacs/bin +fish_add_path $ANDROID_HOME/emulator +fish_add_path $ANDROID_HOME/platform-tools +fish_add_path $ANDROID_HOME/cmdline-tools/latest/bin starship init fish | source From de4d13f0fd7f32ecbf91bd25431e4015d1e5c4c2 Mon Sep 17 00:00:00 2001 From: tiago Date: Fri, 27 Sep 2024 17:28:45 +0100 Subject: [PATCH 2/2] fix fish config --- .config/fish/conf.d/rustup.fish | 1 - .config/fish/fish_variables | 42 --------------------------------- 2 files changed, 43 deletions(-) delete mode 100644 .config/fish/conf.d/rustup.fish delete mode 100644 .config/fish/fish_variables diff --git a/.config/fish/conf.d/rustup.fish b/.config/fish/conf.d/rustup.fish deleted file mode 100644 index e4cb363..0000000 --- a/.config/fish/conf.d/rustup.fish +++ /dev/null @@ -1 +0,0 @@ -source "$HOME/.cargo/env.fish" diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables deleted file mode 100644 index 12fc5cd..0000000 --- a/.config/fish/fish_variables +++ /dev/null @@ -1,42 +0,0 @@ -# This file contains fish universal variable definitions. -# VERSION: 3.0 -SETUVAR __fish_initialized:3400 -SETUVAR fish_color_autosuggestion:7C6F64 -SETUVAR fish_color_cancel:\x1d -SETUVAR fish_color_command:A9B665 -SETUVAR fish_color_comment:7C6F64 -SETUVAR fish_color_cwd:\x1d -SETUVAR fish_color_cwd_root:red -SETUVAR fish_color_end:7C6F64 -SETUVAR fish_color_error:EA6962 -SETUVAR fish_color_escape:7DAEA3 -SETUVAR fish_color_gray:6e738d -SETUVAR fish_color_history_current:\x2d\x2dbold -SETUVAR fish_color_host:\x1d -SETUVAR fish_color_host_remote:\x1d -SETUVAR fish_color_keyword:7DAEA3 -SETUVAR fish_color_normal:D4BE98 -SETUVAR fish_color_operator:A9B665 -SETUVAR fish_color_option:\x1d -SETUVAR fish_color_param:D4BE98 -SETUVAR fish_color_quote:89B482 -SETUVAR fish_color_redirection:E78A4E -SETUVAR fish_color_search_match:\x2d\x2dbackground\x3d504945 -SETUVAR fish_color_selection:\x2d\x2dbackground\x3d504945 -SETUVAR fish_color_status:ed8796 -SETUVAR fish_color_user:\x1d -SETUVAR fish_color_valid_path:\x2d\x2dunderline -SETUVAR fish_pager_color_background:\x1d -SETUVAR fish_pager_color_completion:D4BE98 -SETUVAR fish_pager_color_description:8F3F71 -SETUVAR fish_pager_color_prefix:89B482 -SETUVAR fish_pager_color_progress:8F3F71 -SETUVAR fish_pager_color_secondary_background:\x1d -SETUVAR fish_pager_color_secondary_completion:\x1d -SETUVAR fish_pager_color_secondary_description:\x1d -SETUVAR fish_pager_color_secondary_prefix:\x1d -SETUVAR fish_pager_color_selected_background:\x1d -SETUVAR fish_pager_color_selected_completion:\x1d -SETUVAR fish_pager_color_selected_description:\x1d -SETUVAR fish_pager_color_selected_prefix:\x1d -SETUVAR fish_user_paths:/home/tsousa/Android/Sdk/platform\x2dtools\x1e/home/tsousa/Android/Sdk/emulator\x1e/home/tsousa/Android/Sdk/cmdline\x2dtools/latest/bin\x1e/opt/google\x2dcloud\x2dcli/bin\x1e/home/tsousa/\x2econfig/emacs/bin\x1e/home/tsousa/\x2ecargo/bin\x1e/home/tsousa/\x2erustup/toolchains/stable\x2dx86_64\x2dunknown\x2dlinux\x2dgnu/bin\x1e/home/tsousa/\x2elocal/share/nvim/mason/bin