add android related paths
This commit is contained in:
parent
8bfb0fcedf
commit
62fd5f8800
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@ export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
|
||||||
export GOPATH="$XDG_DATA_HOME/go"
|
export GOPATH="$XDG_DATA_HOME/go"
|
||||||
|
export ANDROID_HOME="/home/tsousa/Android/Sdk/"
|
||||||
|
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
export MANROFFOPT="-c"
|
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/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin
|
||||||
fish_add_path $HOME/.cargo/bin/
|
fish_add_path $HOME/.cargo/bin/
|
||||||
fish_add_path $HOME/.config/emacs/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
|
starship init fish | source
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue