This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_missing_from off | |
allow_system_table_mods off | |
archive_command (disabled) | |
archive_mode off | |
archive_timeout 0 | |
array_nulls on | |
authentication_timeout 1min | |
autovacuum on | |
autovacuum_analyze_scale_factor 0.1 | |
autovacuum_analyze_threshold 50 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""""""""""""""""""""""""""" | |
" General | |
""""""""""""""""""""""""""" | |
set nocompatible | |
" init pathogen to include files in ~/.vim/bundle | |
call pathogen#infect() | |
" Set folding | |
set foldenable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions are | |
# met: | |
# | |
# * Redistributions of source code must retain the above copyright | |
# notice, this list of conditions and the following disclaimer. | |
# * Redistributions in binary form must reproduce the above | |
# copyright notice, this list of conditions and the following disclaimer |
NewerOlder