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
--- | |
parser: babel-eslint | |
parserOptions: | |
ecmaVersion: 6 | |
sourceType: "module" | |
ecmaFeatures: | |
jsx: true | |
plugins: | |
- react | |
env: |
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
source "/usr/share/tmux/powerline.conf" | |
# Thanks to: | |
# http://blog.yjl.im/2009/11/migrating-to-tmux-from-gnuscreen.html | |
# https://gist.github.com/ivanalejandro0/7459223 | |
# 0 is too far | |
set -g base-index 1 | |
#Disable window auto renaming |
NewerOlder