✨ Add .bash_profile
This commit is contained in:
parent
963f480ff6
commit
44ef14cf1e
1 changed files with 5 additions and 0 deletions
5
bash/.bash_profile.symlink
Normal file
5
bash/.bash_profile.symlink
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# vim:set ft=bash :
|
||||
|
||||
export BASH_COMPLETION_COMPAT_DIR="/usr/local/etc/bash_completion.d"
|
||||
[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"
|
Loading…
Reference in a new issue