Use /home/hendrik instead of absolute path

This commit is contained in:
fanyx 2023-09-09 11:50:39 +02:00
parent eede5d54af
commit 26aa8d9636
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ command -v starship &>/dev/null && eval "$(starship init bash)"
# - env vars # - env vars
export XBPS_DISTDIR="/home/hendrik/git/void-packages" export XBPS_DISTDIR="$HOME/git/void-packages"
export SVDIR="/home/hendrik/sv" export SVDIR="$HOME/sv"
# BEGIN_KITTY_SHELL_INTEGRATION # 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 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