From 26aa8d9636157529ae3dea4872244e60d2f848a5 Mon Sep 17 00:00:00 2001 From: fanyx Date: Sat, 9 Sep 2023 11:50:39 +0200 Subject: [PATCH] Use /home/hendrik instead of absolute path --- .void.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.void.bashrc b/.void.bashrc index 778ccd7..f682340 100644 --- a/.void.bashrc +++ b/.void.bashrc @@ -62,8 +62,8 @@ command -v starship &>/dev/null && eval "$(starship init bash)" # - env vars -export XBPS_DISTDIR="/home/hendrik/git/void-packages" -export SVDIR="/home/hendrik/sv" +export XBPS_DISTDIR="$HOME/git/void-packages" +export SVDIR="$HOME/sv" # BEGIN_KITTY_SHELL_INTEGRATION if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi