Update nvimrc and zshrc
This commit is contained in:
parent
c2ecdee60d
commit
2e3dfae72d
1
nvimrc
1
nvimrc
|
@ -244,6 +244,7 @@ _G.focus_tests = function()
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.call("win_gotoid", winid)
|
vim.call("win_gotoid", winid)
|
||||||
|
vim.api.nvim_command([[wincmd =]])
|
||||||
end
|
end
|
||||||
|
|
||||||
_G.close_tests = function()
|
_G.close_tests = function()
|
||||||
|
|
2
zshrc
2
zshrc
|
@ -54,7 +54,7 @@ bindkey '^r' history-incremental-search-backward
|
||||||
alias be="bundle exec"
|
alias be="bundle exec"
|
||||||
alias berc="bundle exec rails console"
|
alias berc="bundle exec rails console"
|
||||||
alias bers="bundle exec rails server"
|
alias bers="bundle exec rails server"
|
||||||
alias berspec="bundle exec rspec --no-profile"
|
alias berspec="bundle exec rspec --format=progress --no-profile"
|
||||||
alias c-="cd -"
|
alias c-="cd -"
|
||||||
alias c.="cd .."
|
alias c.="cd .."
|
||||||
alias cdg=cdgit
|
alias cdg=cdgit
|
||||||
|
|
Loading…
Reference in New Issue