diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-05 20:19:31 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-05 20:19:31 +0200 |
commit | df229c4fa84e330d29a0fb7634d1ce01d9afc4f4 (patch) | |
tree | 8f6b26a1f33acdbcc86c87010ddca32faab34240 /.bash_profile | |
parent | 7d022705ed126d78881fb7356e28f64ee7e540f4 (diff) | |
download | dotfiles-df229c4fa84e330d29a0fb7634d1ce01d9afc4f4.tar.gz dotfiles-df229c4fa84e330d29a0fb7634d1ce01d9afc4f4.tar.bz2 dotfiles-df229c4fa84e330d29a0fb7634d1ce01d9afc4f4.zip |
Whitespace cleanup.
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 |