From dd31108937822a0f9f52d02c8b7fd34e6c3ef498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 27 Oct 2023 12:06:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=81=20files(starship):=20moved=20confi?= =?UTF-8?q?g=20from=20.config/=20folder=20to=20own=20folder=20at=20.config?= =?UTF-8?q?/starship/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/variables.fish | 1 + .config/{ => starship}/starship.toml | 0 2 files changed, 1 insertion(+) rename .config/{ => starship}/starship.toml (100%) diff --git a/.config/fish/variables.fish b/.config/fish/variables.fish index 72375103..ae0d85c2 100644 --- a/.config/fish/variables.fish +++ b/.config/fish/variables.fish @@ -16,6 +16,7 @@ set -xg NUGET_PACKAGES $XDG_CACHE_HOME/NuGetPackages set -xg ANDROID_HOME $XDG_DATA_HOME/android set -xg BUN_INSTALL $HOME/.bun set -xg RIPGREP_CONFIG_PATH $HOME/.config/rg/.ripgreprc +set -xg STARSHIP_CONFIG $HOME/.config/starship/starship.toml set -x fish_user_paths fish_add_path $XDG_BIN_HOME diff --git a/.config/starship.toml b/.config/starship/starship.toml similarity index 100% rename from .config/starship.toml rename to .config/starship/starship.toml