diff options
-rwxr-xr-x | .bash_profile | 2 | ||||
-rw-r--r-- | .bashrc | 2 | ||||
-rw-r--r-- | .exports | 2 | ||||
-rw-r--r-- | .functions | 2 | ||||
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitconfig | 2 | ||||
-rw-r--r-- | .inputrc | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | bootstrap.sh | 2 |
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 @@ -1 +1 @@ -source "$HOME/.bash_profile" +source "$HOME/.bash_profile"
\ No newline at end of file @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |