changes
This commit is contained in:
parent
c974498c72
commit
811a851842
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue