Skip to content

Commit

Permalink
Whitespace cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 5, 2011
1 parent 7d02270 commit df229c4
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bash_profile
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .bashrc
@@ -1 +1 @@
source "$HOME/.bash_profile"
source "$HOME/.bash_profile"
2 changes: 1 addition & 1 deletion .exports
Expand Up @@ -5,4 +5,4 @@ export MANPAGER="less -X"

# Larger bash history (allow 32³ entries; default is 500)
export HISTSIZE=32768
export HISTFILESIZE=$HISTSIZE
export HISTFILESIZE=$HISTSIZE
2 changes: 1 addition & 1 deletion .functions
Expand Up @@ -12,4 +12,4 @@ httpcompression() {
# All the dig info
digga() {
dig +nocmd "$1" any +multiline +noall +answer
}
}
2 changes: 1 addition & 1 deletion .gitattributes
@@ -1 +1 @@
* text=auto
* text=auto
2 changes: 1 addition & 1 deletion .gitconfig
Expand Up @@ -32,4 +32,4 @@
pushInsteadOf = "gist:"
pushInsteadOf = "git://gist.github.com/"
[url "git://gist.github.com/"]
insteadOf = "gist:"
insteadOf = "gist:"
4 changes: 3 additions & 1 deletion .inputrc
@@ -1,6 +1,8 @@
# Make Tab autocomplete regardless of filename case
set completion-ignore-case on

# Append a slash when autocompleting symbolic links to directories
set mark-symlinked-directories on

# List all matches in case multiple possible completions are possible
set show-all-if-ambiguous on
set show-all-if-ambiguous on
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,4 +7,4 @@ Suggestions/improvements
* [Gianni Chiappetta](http://gf3.ca/) for sharing his [amazing collection of dotfiles](https://github.com/gf3/dotfiles)
* [Matijs Brinkhuis](http://hotfusion.nl/) and his [homedir repository](https://github.com/matijs/homedir))
* [Jan Moesen](http://jan.moesen.nu/)
* [Tim Esselens](http://devel.datif.be/)
* [Tim Esselens](http://devel.datif.be/)
2 changes: 1 addition & 1 deletion bootstrap.sh
@@ -1 +1 @@
git pull && rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~
git pull && rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~

0 comments on commit df229c4

Please sign in to comment.