feat(Bash): support bash
This commit is contained in:
7
bash/bash_profile
Normal file
7
bash/bash_profile
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ -n "${BASH_VERSION:-}" ]]; then
|
||||
_profile_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
[[ -f "$_profile_dir/bashrc" ]] && source "$_profile_dir/bashrc"
|
||||
unset _profile_dir
|
||||
fi
|
||||
Reference in New Issue
Block a user