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/config.fish b/.config/fish/config.fish index 50f755d..05b3c2c 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -15,6 +15,7 @@ export ANDROID_HOME="$HOME/Android/Sdk" export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship.toml" 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" @@ -35,24 +36,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/ + +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 - -# >>> conda initialize >>> -# !! Contents within this block are managed by 'conda init' !! -if test -f /home/tsousa/.miniforge3/bin/conda - eval /home/tsousa/.miniforge3/bin/conda "shell.fish" "hook" $argv | source -else - if test -f "/home/tsousa/.miniforge3/etc/fish/conf.d/conda.fish" - . "/home/tsousa/.miniforge3/etc/fish/conf.d/conda.fish" - else - set -x PATH "/home/tsousa/.miniforge3/bin" $PATH - end -end - -if test -f "/home/tsousa/.miniforge3/etc/fish/conf.d/mamba.fish" - source "/home/tsousa/.miniforge3/etc/fish/conf.d/mamba.fish" -end -# <<< conda initialize <<< 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