diff options
Diffstat (limited to '.bash_profile')
-rwxr-xr-x | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index d9840c4..865207e 100755 --- a/.bash_profile +++ b/.bash_profile @@ -6,4 +6,4 @@ for file in bash_prompt exports aliases functions extra; do done # Case-insensitive globbing (used in pathname expansion) -shopt -s nocaseglob +shopt -s nocaseglob
\ No newline at end of file |