diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-12-28 13:19:35 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-12-28 13:19:35 +0100 |
commit | 6b75bfc425a1db36f83bb7a180fb73694ac3e124 (patch) | |
tree | d4b9c413ee1926173c72b2acab5fc2ca59365412 /.bash_profile | |
parent | fad95362fbcb3b12e6e8862892c7f2323f6d340c (diff) | |
download | dotfiles-6b75bfc425a1db36f83bb7a180fb73694ac3e124.tar.gz dotfiles-6b75bfc425a1db36f83bb7a180fb73694ac3e124.tar.bz2 dotfiles-6b75bfc425a1db36f83bb7a180fb73694ac3e124.zip |
Use tabs instead of double-space indents
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 f376b4b..7b15a81 100755 --- a/.bash_profile +++ b/.bash_profile @@ -1,7 +1,7 @@ # Load ~/.bash_prompt, ~/.exports, ~/.aliases, ~/.functions and ~/.extra # ~/.extra can be used for settings you don’t want to commit for file in ~/.{bash_prompt,exports,aliases,functions,extra}; do - [ -r "$file" ] && source "$file" + [ -r "$file" ] && source "$file" done unset file |