File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ bar {
170
170
171
171
bindsym $mod+p move workspace to output right
172
172
bindsym $mod+n focus output right
173
- bindsym $mod+b exec --no-startup-id firefox
173
+ bindsym $mod+b exec --no-startup-id google-chrome
174
174
175
175
assign [class="^Slack$"] → 9
176
176
Original file line number Diff line number Diff line change @@ -274,15 +274,15 @@ colorscheme wal
274
274
"let g:syntastic_check_on_wq = 0
275
275
276
276
let g:black_virtualenv="~/.venv_black"
277
- autocmd BufWritePre *.py execute ':Black'
277
+ " autocmd BufWritePre *.py execute ':Black'
278
278
279
279
let g:black_skip_string_normalization=1
280
280
281
281
let g:flake8_show_in_gutter=0
282
282
let g:flake8_show_quickfix=1
283
283
let g:flake8_show_in_file=0
284
284
let g:flake8_quickfix_height=8
285
- autocmd BufWritePost *.py call flake8#Flake8()
285
+ " autocmd BufWritePost *.py call flake8#Flake8()
286
286
287
287
autocmd BufReadPost quickfix nnoremap <buffer> <CR> <CR>
288
288
Original file line number Diff line number Diff line change @@ -80,3 +80,10 @@ eval "$(direnv hook zsh)"
80
80
eval "$(ssh-agent)"
81
81
82
82
alias pydoc='python -m pydoc'
83
+
84
+ export PYTHONBUFFERED=1
85
+ export REDIS_HOST=127.0.0.1
86
+ export NO_CACHE=True
87
+ export ES_HOST=https://search-mirasearch-staging-vpe7wdnygpdtxssjnsmknhwhgu.us-west-2.es.amazonaws.com
88
+
89
+ PATH=$PATH:$HOME/.cargo/bin
You can’t perform that action at this time.
0 commit comments