Use newlines at EOF consistently

This commit is contained in:
Mathias Bynens 2013-03-10 11:07:15 +01:00
parent 3354d34521
commit 38d3c6c61f
24 changed files with 24 additions and 24 deletions

View file

@ -129,4 +129,4 @@ done
# Stuff I never really use but cannot delete either because of http://xkcd.com/530/
alias stfu="osascript -e 'set volume output muted true'"
alias pumpitup="osascript -e 'set volume 7'"
alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"
alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"

View file

@ -36,4 +36,4 @@ complete -W "NSGlobalDomain" defaults
complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes SystemUIServer Terminal Twitter" killall
# If possible, add tab completion for many more commands
[ -f /etc/bash_completion ] && source /etc/bash_completion
[ -f /etc/bash_completion ] && source /etc/bash_completion

View file

@ -52,4 +52,4 @@ function parse_git_branch() {
}
export PS1="\[${BOLD}${MAGENTA}\]\u \[$WHITE\]at \[$ORANGE\]\h \[$WHITE\]in \[$GREEN\]\w\[$WHITE\]\$([[ -n \$(git branch 2> /dev/null) ]] && echo \" on \")\[$PURPLE\]\$(parse_git_branch)\[$WHITE\]\n\$ \[$RESET\]"
export PS2="\[$ORANGE\]→ \[$RESET\]"
export PS2="\[$ORANGE\]→ \[$RESET\]"

View file

@ -1 +1 @@
[ -n "$PS1" ] && source ~/.bash_profile
[ -n "$PS1" ] && source ~/.bash_profile

2
.brew
View file

@ -45,4 +45,4 @@ brew install tree
brew install webkit2png
# Remove outdated versions from the cellar
brew cleanup
brew cleanup

View file

@ -16,4 +16,4 @@ export LC_ALL="en_US.UTF-8"
export LESS_TERMCAP_md="$ORANGE"
# Dont clear the screen after quitting a manual page
export MANPAGER="less -X"
export MANPAGER="less -X"

View file

@ -196,4 +196,4 @@ function unquarantine() {
for attribute in com.apple.metadata:kMDItemDownloadedDate com.apple.metadata:kMDItemWhereFroms com.apple.quarantine; do
xattr -r -d "$attribute" "$@"
done
}
}

2
.gitattributes vendored
View file

@ -1,2 +1,2 @@
# Automatically normalize line endings for all text-based files
* text=auto
* text=auto

View file

@ -77,4 +77,4 @@
insteadOf = "gist:"
[push]
default = simple
default = simple

2
.gitignore vendored
View file

@ -11,4 +11,4 @@ Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes
.Trashes

View file

@ -3,4 +3,4 @@ colorscheme railscat
" Use 14pt Menlo
set guifont=Menlo:h14
" Better line-height
set linespace=8
set linespace=8

View file

@ -14,4 +14,4 @@ Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes
.Trashes

View file

@ -1,4 +1,4 @@
# The mere presence of this file in the home directory disables the system
# copyright notice, the date and time of the last login, the message of the
# day as well as other information that may otherwise appear on login.
# See `man login`.
# See `man login`.

View file

@ -37,4 +37,4 @@ set output-meta on
set convert-meta off
# Use Alt/Meta + Delete to delete the preceding word
"\e[3;3~": kill-word
"\e[3;3~": kill-word

2
.osx vendored
View file

@ -562,4 +562,4 @@ for app in "Address Book" "Calendar" "Contacts" "Dashboard" "Dock" "Finder" \
"Twitter" "iCal" "iTunes"; do
killall "$app" > /dev/null 2>&1
done
echo "Done. Note that some of these changes require a logout/restart to take effect."
echo "Done. Note that some of these changes require a logout/restart to take effect."

View file

@ -1,2 +1,2 @@
# Disable the startup message
startup_message off
startup_message off

View file

@ -207,4 +207,4 @@ if &t_Co > 255
hi CursorColumn ctermbg=234
hi LineNr ctermfg=250 ctermbg=234
hi NonText ctermfg=250 ctermbg=234
end
end

View file

@ -130,4 +130,4 @@ hi VertSplit guifg=#262626
hi ColorColumn guibg=#262626
hi LineNr guifg=#666666 guibg=#333333
hi NonText guifg=#666666
hi SignColumn guibg=#666666
hi SignColumn guibg=#666666

View file

@ -71,4 +71,4 @@ endif
let b:current_syntax = "json"
if main_syntax == 'json'
unlet main_syntax
endif
endif

2
.vimrc
View file

@ -93,4 +93,4 @@ if has("autocmd")
filetype on
" Treat .json files as .js
autocmd BufNewFile,BufRead *.json setfiletype json syntax=javascript
endif
endif

View file

@ -35,4 +35,4 @@ robots = off
server_response = on
# Disguise as IE 9 on Windows 7
user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
user_agent = Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)

View file

@ -97,4 +97,4 @@ Suggestions/improvements
* @ptb and [his _OS X Lion Setup_ repository](https://github.com/ptb/Mac-OS-X-Lion-Setup)
* [Lauri Lri Ranta](http://lri.me/) for sharing [loads of hidden preferences](http://lri.me/osx.html#hidden-preferences)
* [Tim Esselens](http://devel.datif.be/)
* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)
* anyone who [contributed a patch](https://github.com/mathiasbynens/dotfiles/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/dotfiles/issues)

View file

@ -14,4 +14,4 @@ else
fi
fi
unset doIt
source ~/.bash_profile
source ~/.bash_profile

View file

@ -229,4 +229,4 @@
<key>type</key>
<string>Window Settings</string>
</dict>
</plist>
</plist>