From b7d90c12758fc79115694c11aa7fa6fcf88bb562 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 8 Apr 2023 22:03:33 -0500 Subject: [PATCH] home.nix | move bash_completion stuff --- workstation/home.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/workstation/home.nix b/workstation/home.nix index f6c9493..8bcd1b4 100644 --- a/workstation/home.nix +++ b/workstation/home.nix @@ -131,9 +131,6 @@ if [ -f "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh" ] then . "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh" - if [ -d ~/.bash_completion.d ]; then - for i in $(ls -1 ~/.bash_completion.d/*.sh); do . $i; done - fi fi export HOSTNAME_SHORT=$(hostname -s) test -f ~/.bash_$(hostname -s) && . ~/.bash_$(hostname -s)