From 459598e92ba12544e07000b400b9637ad4650a02 Mon Sep 17 00:00:00 2001 From: tsousa111 Date: Tue, 1 Oct 2024 23:50:40 +0100 Subject: [PATCH] starship conf path fixes git timeout warn, add qmk to tmux-sessionizer --- .config/fish/config.fish | 1 + .local/share/scripts/tmux-sessionizer.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index f03ffef..50f755d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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" diff --git a/.local/share/scripts/tmux-sessionizer.sh b/.local/share/scripts/tmux-sessionizer.sh index b769249..6efb943 100755 --- a/.local/share/scripts/tmux-sessionizer.sh +++ b/.local/share/scripts/tmux-sessionizer.sh @@ -4,7 +4,7 @@ if [[ $# -eq 1 ]]; then selected=$1 else - selected=$(find -L ~/Nextcloud ~/.config ~/gits ~/2sem ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf) + selected=$(find -L ~/Nextcloud ~/.config ~/gits ~/gits/qmk_firmware/keyboards/tsousa ~/ -mindepth 1 -maxdepth 1 -type d,l | fzf) fi if [[ -z "$selected" ]]; then