starship conf path fixes git timeout warn, add qmk to tmux-sessionizer

This commit is contained in:
Tiago Sousa 2024-10-01 23:50:40 +01:00
parent 80f8134ef5
commit 459598e92b
Signed by: tiago
SSH key fingerprint: SHA256:odOD9vln9U7qNe1R8o3UCbE3jkQCkr5/q5mgd5hwua0
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
export ANDROID_HOME="$HOME/Android/Sdk"
export STARSHIP_CONFIG="$XDG_CONFIG_HOME/starship.toml"
export GOPATH="$XDG_DATA_HOME/go"