Skip to content

Commit 2f36257

Browse files
committed
updates
1 parent 4d728e5 commit 2f36257

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

config/i3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ bar {
170170

171171
bindsym $mod+p move workspace to output right
172172
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
174174

175175
assign [class="^Slack$"] → 9
176176

vim/vimrc.local.symlink

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,15 +274,15 @@ colorscheme wal
274274
"let g:syntastic_check_on_wq = 0
275275

276276
let g:black_virtualenv="~/.venv_black"
277-
autocmd BufWritePre *.py execute ':Black'
277+
"autocmd BufWritePre *.py execute ':Black'
278278

279279
let g:black_skip_string_normalization=1
280280

281281
let g:flake8_show_in_gutter=0
282282
let g:flake8_show_quickfix=1
283283
let g:flake8_show_in_file=0
284284
let g:flake8_quickfix_height=8
285-
autocmd BufWritePost *.py call flake8#Flake8()
285+
"autocmd BufWritePost *.py call flake8#Flake8()
286286

287287
autocmd BufReadPost quickfix nnoremap <buffer> <CR> <CR>
288288

zsh/zshrc.symlink

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,10 @@ eval "$(direnv hook zsh)"
8080
eval "$(ssh-agent)"
8181

8282
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

0 commit comments

Comments
 (0)