Moving from ArchMac to Nix

This commit is contained in:
Loic Nageleisen 2020-03-24 15:59:46 +01:00
parent d6a7376d07
commit 2cd00b16f2
4 changed files with 6 additions and 11 deletions

View file

@ -1,9 +1,6 @@
# default bash autocompletion
#/etc/bash_completion
#/usr/local/share/bash-completion/bash_completion
bash_completion_file="/opt/arch/share/bash-completion/bash_completion"
bash_completion_file="$HOME/.nix-profile/share/bash-completion/bash_completion"
if [[ $BASH_VERSION != 3.* && -f "$bash_completion_file" ]]; then
source "$bash_completion_file"
fi
# vim: ft=sh
# vim: ft=bash