From 1b49de964510417d791ab49186f3feef97efac85 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 27 Nov 2023 19:08:16 +0200 Subject: [PATCH] chore(shell): bash configs --- base/bashrc | 3 +++ config/exports-apps | 1 + config/functions | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/base/bashrc b/base/bashrc index 701647e..6b35778 100644 --- a/base/bashrc +++ b/base/bashrc @@ -18,6 +18,9 @@ export XDG_RUNTIME_DIR="$HOME/.local/run" # Paths export PATH="$XDG_BIN_HOME:$DOTFILES/local/bin:$HOME/.local/go/bin:$XDG_DATA_HOME/cargo/bin:$PATH" +source "$DOTFILES/config/exports" +source "$DOTFILES/config/functions" +source "$DOTFILES/config/alias" x-load-configs # shellcheck source=../config/fzf/fzf.bash diff --git a/config/exports-apps b/config/exports-apps index 1352b0e..35ee7e2 100755 --- a/config/exports-apps +++ b/config/exports-apps @@ -7,6 +7,7 @@ # Antigen configuration # https://github.com/zsh-users/antigen/wiki/Configuration export ADOTDIR="$XDG_DATA_HOME/antigen" +export ANTIGEN_CACHE="$XDG_CACHE_HOME/antigen" export ANTIGEN_SYSTEM_RECEIPT_F=".local/share/antigen/antigen_system_lastupdate" export ANTIGEN_PLUGIN_RECEIPT_F=".local/share/antigen/antigen_plugin_lastupdate" diff --git a/config/functions b/config/functions index 794dc2c..a35326f 100755 --- a/config/functions +++ b/config/functions @@ -1,5 +1,3 @@ #!/usr/bin/env bash # # shell functions - -set -euo pipefail