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
[addons>attention] | |
icons-attention-blink b + | |
icons-attention-blink-rate s 39 | |
[addons>preview] | |
windows-preview b - | |
windows-preview-dim-color s #01234c | |
windows-preview-dim-opacity s 25 | |
windows-preview-panel-opacity s 25 |
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
# .bashrc | |
# Source global definitions | |
if [ -f /etc/bashrc ]; then | |
. /etc/bashrc | |
fi | |
# User specific aliases and functions | |
alias pa="php artisan" | |
alias tsp="cd /var/www/html/tsp/theservicepro.net" |
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
#!/usr/bin/env python | |
# -*- coding: utf-8; -*- | |
""" | |
Copyright (C) 2007-2012 Lincoln de Sousa <[email protected]> | |
Copyright (C) 2007 Gabriel Falcão <[email protected]> | |
This program is free software; you can redistribute it and/or | |
modify it under the terms of the GNU General Public License as | |
published by the Free Software Foundation; either version 2 of the | |
License, or (at your option) any later version. |
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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
"folder_exclude_patterns": | |
[ | |
"bin", | |
".git", | |
".sass-cache", | |
".hg", | |
"tmp", |
NewerOlder