home.nix | move bash_completion stuff
This commit is contained in:
parent
3956b956b1
commit
b7d90c1275
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue