From 811a8518429a9415b86d7f85ba8f31c7d7ca2913 Mon Sep 17 00:00:00 2001 From: fanyx Date: Tue, 12 Jul 2022 17:01:56 +0200 Subject: [PATCH] changes --- .void.bashrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.void.bashrc b/.void.bashrc index 4131a44..f6b8fbf 100644 --- a/.void.bashrc +++ b/.void.bashrc @@ -7,9 +7,6 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -PATH=~/.local/bin:$PATH -PATH=~/.luarocks/bin:$PATH - ################################# # - bash_aliases # - bash-completion @@ -17,6 +14,7 @@ PATH=~/.luarocks/bin:$PATH # always bash-completion first [[ -r /usr/share/bash-completion/bash_completion ]] && . /usr/share/bash-completion/bash_completion +# custom bash-completions if [[ -d ~/.config/completions ]]; then for i in ~/.config/completions/*; do . $i @@ -61,9 +59,6 @@ command -v direnv &>/dev/null && eval "$(direnv hook bash)" export XBPS_DISTDIR="/home/hendrik/git/void-packages" export SVDIR="/home/hendrik/sv" -export HOME="/home/hendrik" -export EDITOR="vim" - # 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