aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.bash_profile2
-rw-r--r--.bashrc2
-rw-r--r--.exports2
-rw-r--r--.functions2
-rw-r--r--.gitattributes2
-rw-r--r--.gitconfig2
-rw-r--r--.inputrc4
-rw-r--r--README.md2
-rwxr-xr-xbootstrap.sh2
9 files changed, 11 insertions, 9 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
diff --git a/.bashrc b/.bashrc
index 6296f51..9f65b75 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1 +1 @@
-source "$HOME/.bash_profile"
+source "$HOME/.bash_profile" \ No newline at end of file
diff --git a/.exports b/.exports
index 969cd34..01d28ad 100644
--- a/.exports
+++ b/.exports
@@ -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 \ No newline at end of file
diff --git a/.functions b/.functions
index 91ec6c1..69cb034 100644
--- a/.functions
+++ b/.functions
@@ -12,4 +12,4 @@ httpcompression() {
# All the dig info
digga() {
dig +nocmd "$1" any +multiline +noall +answer
-}
+} \ No newline at end of file
diff --git a/.gitattributes b/.gitattributes
index 176a458..2125666 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1 @@
-* text=auto
+* text=auto \ No newline at end of file
diff --git a/.gitconfig b/.gitconfig
index 2aeaccc..199853d 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -32,4 +32,4 @@
pushInsteadOf = "gist:"
pushInsteadOf = "git://gist.github.com/"
[url "git://gist.github.com/"]
- insteadOf = "gist:"
+ insteadOf = "gist:" \ No newline at end of file
diff --git a/.inputrc b/.inputrc
index af7702b..e543f7b 100644
--- a/.inputrc
+++ b/.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 \ No newline at end of file
diff --git a/README.md b/README.md
index 36dc440..6669765 100644
--- a/README.md
+++ b/README.md
@@ -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/) \ No newline at end of file
diff --git a/bootstrap.sh b/bootstrap.sh
index c7fd02e..1b810d6 100755
--- a/bootstrap.sh
+++ b/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 . ~ \ No newline at end of file